#BDBB41

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

Shades of Celery #BDBB41

Tints of Celery #BDBB41

Color information

#BDBB41 (or 0xBDBB41) is unknown color: approx Celery. HEX triplet: BD, BB and 41. RGB value is (189,187,65). Sum of RGB (Red+Green+Blue) = 189+187+65=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB41 is #4244BE. Grayscale: #AEAEAE. Windows color (decimal): -4342975 or 4307901. OLE color: 4307901.

HSL color Cylindrical-coordinate representation of color #BDBB41: hue angle of 59.03º 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 #BDBB41 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18918765-
CMYK00.010.660.26
HSL59.03º48.82%49.8%-
HSV(B)59.03º65.61%74.12%-
XYZ39.7146.7411.93-
YUV173.6966.66138.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 65 (25.78% from 255) = 14.74%
R=42.86%
G=42.40%
B=14.74%

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
Decimal1891876500.010.660.2659.0348.8249.8
HexBDBB4101421A3b3132
Octal2752731010110232736162
Binary1011110110111011100000101100001011010111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB41; }

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

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

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

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

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

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

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

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