#ABAA52

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

Shades of Olive Green #ABAA52

Tints of Olive Green #ABAA52

Color information

#ABAA52 (or 0xABAA52) is unknown color: approx Olive Green. HEX triplet: AB, AA and 52. RGB value is (171,170,82). Sum of RGB (Red+Green+Blue) = 171+170+82=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA52 is #5455AD. Grayscale: #A0A0A0. Windows color (decimal): -5526958 or 5417643. OLE color: 5417643.

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

Color convert

RGB17117082-
CMYK00.010.520.33
HSL59.33º35.18%49.61%-
HSV(B)59.33º52.05%67.06%-
XYZ32.6938.0213.6-
YUV160.2783.83135.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 82 (32.42% from 255) = 19.39%
R=40.43%
G=40.19%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711708200.010.520.3359.3335.1849.61
HexABAA520134213b2332
Octal253252122016441734362
Binary1010101110101010101001001110100100001111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA52; }

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

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

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

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

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

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

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

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