#ABA95C

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

Shades of Olive Green #ABA95C

Tints of Olive Green #ABA95C

Color information

#ABA95C (or 0xABA95C) is unknown color: approx Olive Green. HEX triplet: AB, A9 and 5C. RGB value is (171,169,92). Sum of RGB (Red+Green+Blue) = 171+169+92=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA95C is #5456A3. Grayscale: #A1A1A1. Windows color (decimal): -5527204 or 6072747. OLE color: 6072747.

HSL color Cylindrical-coordinate representation of color #ABA95C: hue angle of 58.48º 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 #ABA95C is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17116992-
CMYK00.010.460.33
HSL58.48º31.98%51.57%-
HSV(B)58.48º46.2%67.06%-
XYZ32.9137.8115.69-
YUV160.8289.16135.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=39.58%
G=39.12%
B=21.30%

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
Decimal1711699200.010.460.3358.4831.9851.57
HexABA95C012E213a2034
Octal253251134015641724064
Binary1010101110101001101110001101110100001111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA95C; }

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

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

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

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

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

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

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

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