#ABAA5C

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

Shades of Olive Green #ABAA5C

Tints of Olive Green #ABAA5C

Color information

#ABAA5C (or 0xABAA5C) is unknown color: approx Olive Green. HEX triplet: AB, AA and 5C. RGB value is (171,170,92). Sum of RGB (Red+Green+Blue) = 171+170+92=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA5C is #5455A3. Grayscale: #A1A1A1. Windows color (decimal): -5526948 or 6073003. OLE color: 6073003.

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

Color convert

RGB17117092-
CMYK00.010.460.33
HSL59.24º31.98%51.57%-
HSV(B)59.24º46.2%67.06%-
XYZ33.138.1815.75-
YUV161.4188.83134.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 92 (36.33% from 255) = 21.25%
R=39.49%
G=39.26%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711709200.010.460.3359.2431.9851.57
HexABAA5C012E213b2034
Octal253252134015641734064
Binary1010101110101010101110001101110100001111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA5C; }

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

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

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

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

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

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

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

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