#B0AC57

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

Shades of Olive Green #B0AC57

Tints of Olive Green #B0AC57

Color information

#B0AC57 (or 0xB0AC57) is unknown color: approx Olive Green. HEX triplet: B0, AC and 57. RGB value is (176,172,87). Sum of RGB (Red+Green+Blue) = 176+172+87=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC57 is #4F53A8. Grayscale: #A3A3A3. Windows color (decimal): -5198761 or 5745840. OLE color: 5745840.

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

Color convert

RGB17617287-
CMYK00.020.510.31
HSL57.3º36.03%51.57%-
HSV(B)57.3º50.57%69.02%-
XYZ34.3839.4214.81-
YUV163.5184.83136.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 87 (34.38% from 255) = 20%
R=40.46%
G=39.54%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761728700.020.510.3157.336.0351.57
HexB0AC5702331F392434
Octal260254127026337714464
Binary1011000010101100101011101011001111111111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC57; }

 p { color: rgb(176,172,87); }

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

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

 a { background-color: rgb(176,172,87); }

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

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

 span { border-color: rgb(176,172,87); }

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