#B0AF52

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

Shades of Olive Green #B0AF52

Tints of Olive Green #B0AF52

Color information

#B0AF52 (or 0xB0AF52) is unknown color: approx Olive Green. HEX triplet: B0, AF and 52. RGB value is (176,175,82). Sum of RGB (Red+Green+Blue) = 176+175+82=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF52 is #4F50AD. Grayscale: #A5A5A5. Windows color (decimal): -5197998 or 5418928. OLE color: 5418928.

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

Color convert

RGB17617582-
CMYK00.010.530.31
HSL59.36º37.3%50.59%-
HSV(B)59.36º53.41%69.02%-
XYZ34.7640.513.97-
YUV164.781.33136.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 82 (32.42% from 255) = 18.94%
R=40.65%
G=40.42%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761758200.010.530.3159.3637.350.59
HexB0AF5201351F3b2533
Octal260257122016537734563
Binary101100001010111110100100111010111111111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AF52; }

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

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

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

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

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

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

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

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