#B0A959

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

Shades of Olive Green #B0A959

Tints of Olive Green #B0A959

Color information

#B0A959 (or 0xB0A959) is unknown color: approx Olive Green. HEX triplet: B0, A9 and 59. RGB value is (176,169,89). Sum of RGB (Red+Green+Blue) = 176+169+89=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A959 is #4F56A6. Grayscale: #A2A2A2. Windows color (decimal): -5199527 or 5876144. OLE color: 5876144.

HSL color Cylindrical-coordinate representation of color #B0A959: hue angle of 55.17º 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 #B0A959 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17616989-
CMYK00.040.490.31
HSL55.17º35.51%51.96%-
HSV(B)55.17º49.43%69.02%-
XYZ33.938.3315.06-
YUV161.9786.82138-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 89 (35.16% from 255) = 20.51%
R=40.55%
G=38.94%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761698900.040.490.3155.1735.5151.96
HexB0A95904311F372434
Octal260251131046137674464
Binary10110000101010011011001010011000111111110111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A959; }

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

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

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

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

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

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

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

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