#BBBA59

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

Shades of Olive Green #BBBA59

Tints of Olive Green #BBBA59

Color information

#BBBA59 (or 0xBBBA59) is unknown color: approx Olive Green. HEX triplet: BB, BA and 59. RGB value is (187,186,89). Sum of RGB (Red+Green+Blue) = 187+186+89=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA59 is #4445A6. Grayscale: #AFAFAF. Windows color (decimal): -4474279 or 5880507. OLE color: 5880507.

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

Color convert

RGB18718689-
CMYK00.010.520.27
HSL59.39º41.88%54.12%-
HSV(B)59.39º52.41%73.33%-
XYZ39.8646.416.31-
YUV175.2479.33136.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=40.48%
G=40.26%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871868900.010.520.2759.3941.8854.12
HexBBBA5901341B3b2a36
Octal273272131016433735266
Binary101110111011101010110010111010011011111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA59; }

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

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

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

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

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

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

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

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