#ABAA5A

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

Shades of Olive Green #ABAA5A

Tints of Olive Green #ABAA5A

Color information

#ABAA5A (or 0xABAA5A) is unknown color: approx Olive Green. HEX triplet: AB, AA and 5A. RGB value is (171,170,90). Sum of RGB (Red+Green+Blue) = 171+170+90=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA5A is #5455A5. Grayscale: #A1A1A1. Windows color (decimal): -5526950 or 5941931. OLE color: 5941931.

HSL color Cylindrical-coordinate representation of color #ABAA5A: hue angle of 59.26º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABAA5A is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17117090-
CMYK00.010.470.33
HSL59.26º32.53%51.18%-
HSV(B)59.26º47.37%67.06%-
XYZ33.0138.1515.3-
YUV161.1887.83135-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=39.68%
G=39.44%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711709000.010.470.3359.2632.5351.18
HexABAA5A012F213b2133
Octal253252132015741734163
Binary1010101110101010101101001101111100001111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA5A; }

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

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

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

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

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

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

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

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