#B0AB59

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

Shades of Olive Green #B0AB59

Tints of Olive Green #B0AB59

Color information

#B0AB59 (or 0xB0AB59) is unknown color: approx Olive Green. HEX triplet: B0, AB and 59. RGB value is (176,171,89). Sum of RGB (Red+Green+Blue) = 176+171+89=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB59 is #4F54A6. Grayscale: #A3A3A3. Windows color (decimal): -5199015 or 5876656. OLE color: 5876656.

HSL color Cylindrical-coordinate representation of color #B0AB59: hue angle of 56.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0AB59 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17617189-
CMYK00.030.490.31
HSL56.55º35.51%51.96%-
HSV(B)56.55º49.43%69.02%-
XYZ34.2739.0815.19-
YUV163.1586.16137.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 89 (35.16% from 255) = 20.41%
R=40.37%
G=39.22%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761718900.030.490.3156.5535.5151.96
HexB0AB5903311F392434
Octal260253131036137714464
Binary1011000010101011101100101111000111111111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB59; }

 p { color: rgb(176,171,89); }

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

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

 a { background-color: rgb(176,171,89); }

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

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

 span { border-color: rgb(176,171,89); }

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