#bdca4a

Color #BDCA4A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BDCA4A

Tints of Celery #BDCA4A

Color information

#BDCA4A (or 0xBDCA4A) is unknown color: approx Celery. HEX triplet: BD, CA and 4A. RGB value is (189,202,74). Sum of RGB (Red+Green+Blue) = 189+202+74=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA4A is #4235B5. Grayscale: #B8B8B8. Windows color (decimal): -4339126 or 4901565. OLE color: 4901565.

HSL color Cylindrical-coordinate representation of color #BDCA4A: hue angle of 66.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDCA4A is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB18920274-
CMYK0.0600.630.21
HSL66.09º54.7%54.12%-
HSV(B)66.09º63.37%79.22%-
XYZ43.3453.5514.53-
YUV183.5266.19131.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 74 (29.30% from 255) = 15.91%
R=40.65%
G=43.44%
B=15.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189202740.0600.630.2166.0954.754.12
HexBDCA4A603F15423736
Octal2753121126077251026766
Binary101111011100101010010101100111111101011000010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdca4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdca4a; }

 p { color: rgb(189,202,74); }

 H1.HeaderClassName
 {
   color: #bdca4a;
 }
 .AnyTagClassName
 {
   color: #bdca4a;
 }
</style>
background-color css

<style>
 a { background-color: #bdca4a; }

 a { background-color: rgb(189,202,74); }

 div.DivClassName
 {
   background-color: #bdca4a;
 }
 .BgClassName
 {
   background-color: #bdca4a;
 }
</style>
border-color css

<style>
 span { border-color: #bdca4a; }

 span { border-color: rgb(189,202,74); }

 td.TdClassName
 {
   border-color: #bdca4a;
 }
 .TagClassName
 {
   border-color: #bdca4a;
 }
</style>