#B0AA5A

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

Shades of Olive Green #B0AA5A

Tints of Olive Green #B0AA5A

Color information

#B0AA5A (or 0xB0AA5A) is unknown color: approx Olive Green. HEX triplet: B0, AA and 5A. RGB value is (176,170,90). Sum of RGB (Red+Green+Blue) = 176+170+90=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA5A is #4F55A5. Grayscale: #A3A3A3. Windows color (decimal): -5199270 or 5941936. OLE color: 5941936.

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

Color convert

RGB17617090-
CMYK00.030.490.31
HSL55.81º35.25%52.16%-
HSV(B)55.81º48.86%69.02%-
XYZ34.1238.7215.35-
YUV162.6786.99137.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=40.37%
G=38.99%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761709000.030.490.3155.8135.2552.16
HexB0AA5A03311F382334
Octal260252132036137704364
Binary1011000010101010101101001111000111111111000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA5A; }

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

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

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

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

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

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

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

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