#BDBB42

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

Shades of Celery #BDBB42

Tints of Celery #BDBB42

Color information

#BDBB42 (or 0xBDBB42) is unknown color: approx Celery. HEX triplet: BD, BB and 42. RGB value is (189,187,66). Sum of RGB (Red+Green+Blue) = 189+187+66=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB42 is #4244BD. Grayscale: #AEAEAE. Windows color (decimal): -4342974 or 4373437. OLE color: 4373437.

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

Color convert

RGB18918766-
CMYK00.010.650.26
HSL59.02º48.24%50%-
HSV(B)59.02º65.08%74.12%-
XYZ39.7446.7512.08-
YUV173.867.16138.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 66 (26.17% from 255) = 14.93%
R=42.76%
G=42.31%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891876600.010.650.2659.0248.2450
HexBDBB4201411A3b3032
Octal2752731020110132736062
Binary1011110110111011100001001100000111010111011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB42; }

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

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

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

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

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

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

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

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