#BDCB44

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

Shades of Celery #BDCB44

Tints of Celery #BDCB44

Color information

#BDCB44 (or 0xBDCB44) is unknown color: approx Celery. HEX triplet: BD, CB and 44. RGB value is (189,203,68). Sum of RGB (Red+Green+Blue) = 189+203+68=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB44 is #4234BB. Grayscale: #B7B7B7. Windows color (decimal): -4338876 or 4508605. OLE color: 4508605.

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

Color convert

RGB18920368-
CMYK0.0700.670.20
HSL66.22º56.49%53.14%-
HSV(B)66.22º66.5%79.61%-
XYZ43.3953.9513.6-
YUV183.4262.86131.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 68 (26.95% from 255) = 14.78%
R=41.09%
G=44.13%
B=14.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189203680.0700.670.2066.2256.4953.14
HexBDCB44704314423835
Octal27531310470103241027065
Binary1011110111001011100010011101000011101001000010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB44; }

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

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

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

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

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

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

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

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