#BDBB40

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

Shades of Celery #BDBB40

Tints of Celery #BDBB40

Color information

#BDBB40 (or 0xBDBB40) is unknown color: approx Celery. HEX triplet: BD, BB and 40. RGB value is (189,187,64). Sum of RGB (Red+Green+Blue) = 189+187+64=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB40 is #4244BF. Grayscale: #AEAEAE. Windows color (decimal): -4342976 or 4242365. OLE color: 4242365.

HSL color Cylindrical-coordinate representation of color #BDBB40: hue angle of 59.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDBB40 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18918764-
CMYK00.010.660.26
HSL59.04º49.41%49.61%-
HSV(B)59.04º66.14%74.12%-
XYZ39.6846.7311.78-
YUV173.5866.16139-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 64 (25.39% from 255) = 14.55%
R=42.95%
G=42.5%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891876400.010.660.2659.0449.4149.61
HexBDBB4001421A3b3132
Octal2752731000110232736162
Binary1011110110111011100000001100001011010111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB40; }

 p { color: rgb(189,187,64); }

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

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

 a { background-color: rgb(189,187,64); }

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

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

 span { border-color: rgb(189,187,64); }

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