#BDCA4D

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

Shades of Celery #BDCA4D

Tints of Celery #BDCA4D

Color information

#BDCA4D (or 0xBDCA4D) is unknown color: approx Celery. HEX triplet: BD, CA and 4D. RGB value is (189,202,77). Sum of RGB (Red+Green+Blue) = 189+202+77=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA4D is #4235B2. Grayscale: #B8B8B8. Windows color (decimal): -4339123 or 5098173. OLE color: 5098173.

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

Color convert

RGB18920277-
CMYK0.0600.620.21
HSL66.24º54.11%54.71%-
HSV(B)66.24º61.88%79.22%-
XYZ43.4553.615.08-
YUV183.8667.69131.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 202 (79.30% from 255) = 43.16%
BLUE value IS 77 (30.47% from 255) = 16.45%
R=40.38%
G=43.16%
B=16.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189202770.0600.620.2166.2454.1154.71
HexBDCA4D603E15423637
Octal2753121156076251026667
Binary101111011100101010011011100111110101011000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA4D; }

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

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

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

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

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

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

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

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