#B0AF55

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

Shades of Olive Green #B0AF55

Tints of Olive Green #B0AF55

Color information

#B0AF55 (or 0xB0AF55) is unknown color: approx Olive Green. HEX triplet: B0, AF and 55. RGB value is (176,175,85). Sum of RGB (Red+Green+Blue) = 176+175+85=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF55 is #4F50AA. Grayscale: #A5A5A5. Windows color (decimal): -5197995 or 5615536. OLE color: 5615536.

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

Color convert

RGB17617585-
CMYK00.010.520.31
HSL59.34º36.55%51.18%-
HSV(B)59.34º51.7%69.02%-
XYZ34.8740.5514.58-
YUV165.0482.83135.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=40.37%
G=40.14%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761758500.010.520.3159.3436.5551.18
HexB0AF5501341F3b2533
Octal260257125016437734563
Binary101100001010111110101010111010011111111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AF55; }

 p { color: rgb(176,175,85); }

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

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

 a { background-color: rgb(176,175,85); }

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

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

 span { border-color: rgb(176,175,85); }

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