#BBBA5F

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

Shades of Olive Green #BBBA5F

Tints of Olive Green #BBBA5F

Color information

#BBBA5F (or 0xBBBA5F) is unknown color: approx Olive Green. HEX triplet: BB, BA and 5F. RGB value is (187,186,95). Sum of RGB (Red+Green+Blue) = 187+186+95=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA5F is #4445A0. Grayscale: #B0B0B0. Windows color (decimal): -4474273 or 6273723. OLE color: 6273723.

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

Color convert

RGB18718695-
CMYK00.010.490.27
HSL59.35º40.35%55.29%-
HSV(B)59.35º49.2%73.33%-
XYZ40.1246.5117.69-
YUV175.9282.33135.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 95 (37.5% from 255) = 20.30%
R=39.96%
G=39.74%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871869500.010.490.2759.3540.3555.29
HexBBBA5F01311B3b2837
Octal273272137016133735067
Binary101110111011101010111110111000111011111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA5F; }

 p { color: rgb(187,186,95); }

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

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

 a { background-color: rgb(187,186,95); }

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

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

 span { border-color: rgb(187,186,95); }

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