#BDCB49

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

Shades of Celery #BDCB49

Tints of Celery #BDCB49

Color information

#BDCB49 (or 0xBDCB49) is unknown color: approx Celery. HEX triplet: BD, CB and 49. RGB value is (189,203,73). Sum of RGB (Red+Green+Blue) = 189+203+73=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB49 is #4234B6. Grayscale: #B8B8B8. Windows color (decimal): -4338871 or 4836285. OLE color: 4836285.

HSL color Cylindrical-coordinate representation of color #BDCB49: hue angle of 66.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDCB49 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB18920373-
CMYK0.0700.640.20
HSL66.46º55.56%54.12%-
HSV(B)66.46º64.04%79.61%-
XYZ43.5454.0114.43-
YUV183.9965.36131.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 73 (28.91% from 255) = 15.70%
R=40.65%
G=43.66%
B=15.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189203730.0700.640.2066.4655.5654.12
HexBDCB49704014423836
Octal27531311170100241027066
Binary1011110111001011100100111101000000101001000010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB49; }

 p { color: rgb(189,203,73); }

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

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

 a { background-color: rgb(189,203,73); }

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

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

 span { border-color: rgb(189,203,73); }

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