#B0AA5C

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

Shades of Olive Green #B0AA5C

Tints of Olive Green #B0AA5C

Color information

#B0AA5C (or 0xB0AA5C) is unknown color: approx Olive Green. HEX triplet: B0, AA and 5C. RGB value is (176,170,92). Sum of RGB (Red+Green+Blue) = 176+170+92=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA5C is #4F55A3. Grayscale: #A3A3A3. Windows color (decimal): -5199268 or 6073008. OLE color: 6073008.

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

Color convert

RGB17617092-
CMYK00.030.480.31
HSL55.71º34.71%52.55%-
HSV(B)55.71º47.73%69.02%-
XYZ34.2138.7515.8-
YUV162.987.99137.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=40.18%
G=38.81%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761709200.030.480.3155.7134.7152.55
HexB0AA5C03301F382335
Octal260252134036037704365
Binary1011000010101010101110001111000011111111000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA5C; }

 p { color: rgb(176,170,92); }

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

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

 a { background-color: rgb(176,170,92); }

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

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

 span { border-color: rgb(176,170,92); }

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