#B9BB54

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

Shades of Olive Green #B9BB54

Tints of Olive Green #B9BB54

Color information

#B9BB54 (or 0xB9BB54) is unknown color: approx Olive Green. HEX triplet: B9, BB and 54. RGB value is (185,187,84). Sum of RGB (Red+Green+Blue) = 185+187+84=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BB54 is #4644AB. Grayscale: #AFAFAF. Windows color (decimal): -4605100 or 5553081. OLE color: 5553081.

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

Color convert

RGB18518784-
CMYK0.0100.550.27
HSL61.17º43.1%53.14%-
HSV(B)61.17º55.08%73.33%-
XYZ39.3846.515.29-
YUV174.6676.84135.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=40.57%
G=41.01%
B=18.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185187840.0100.550.2761.1743.153.14
HexB9BB5410371B3d2b35
Octal271273124106733755365
Binary101110011011101110101001011011111011111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB54; }

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

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

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

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

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

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

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

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