#B9BB45

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

Shades of Celery #B9BB45

Tints of Celery #B9BB45

Color information

#B9BB45 (or 0xB9BB45) is unknown color: approx Celery. HEX triplet: B9, BB and 45. RGB value is (185,187,69). Sum of RGB (Red+Green+Blue) = 185+187+69=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BB45 is #4644BA. Grayscale: #ADADAD. Windows color (decimal): -4605115 or 4570041. OLE color: 4570041.

HSL color Cylindrical-coordinate representation of color #B9BB45: hue angle of 61.02º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9BB45 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18518769-
CMYK0.0100.630.27
HSL61.02º46.46%50.2%-
HSV(B)61.02º63.1%73.33%-
XYZ38.8546.2812.52-
YUV172.9569.34136.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 69 (27.34% from 255) = 15.65%
R=41.95%
G=42.40%
B=15.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185187690.0100.630.2761.0246.4650.2
HexB9BB45103F1B3d2e32
Octal271273105107733755662
Binary101110011011101110001011011111111011111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB45; }

 p { color: rgb(185,187,69); }

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

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

 a { background-color: rgb(185,187,69); }

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

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

 span { border-color: rgb(185,187,69); }

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