#BDCA4B

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

Shades of Celery #BDCA4B

Tints of Celery #BDCA4B

Color information

#BDCA4B (or 0xBDCA4B) is unknown color: approx Celery. HEX triplet: BD, CA and 4B. RGB value is (189,202,75). Sum of RGB (Red+Green+Blue) = 189+202+75=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA4B is #4235B4. Grayscale: #B8B8B8. Windows color (decimal): -4339125 or 4967101. OLE color: 4967101.

HSL color Cylindrical-coordinate representation of color #BDCA4B: hue angle of 66.14º 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 #BDCA4B is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB18920275-
CMYK0.0600.630.21
HSL66.14º54.51%54.31%-
HSV(B)66.14º62.87%79.22%-
XYZ43.3853.5714.71-
YUV183.6466.69131.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 75 (29.69% from 255) = 16.09%
R=40.56%
G=43.35%
B=16.09%

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
Decimal189202750.0600.630.2166.1454.5154.31
HexBDCA4B603F15423736
Octal2753121136077251026766
Binary101111011100101010010111100111111101011000010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA4B; }

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

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

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

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

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

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

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

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