#ABA85C

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

Shades of Olive Green #ABA85C

Tints of Olive Green #ABA85C

Color information

#ABA85C (or 0xABA85C) is unknown color: approx Olive Green. HEX triplet: AB, A8 and 5C. RGB value is (171,168,92). Sum of RGB (Red+Green+Blue) = 171+168+92=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA85C is #5457A3. Grayscale: #A0A0A0. Windows color (decimal): -5527460 or 6072491. OLE color: 6072491.

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

Color convert

RGB17116892-
CMYK00.020.460.33
HSL57.72º31.98%51.57%-
HSV(B)57.72º46.2%67.06%-
XYZ32.7337.4415.63-
YUV160.2389.49135.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=39.68%
G=38.98%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711689200.020.460.3357.7231.9851.57
HexABA85C022E213a2034
Octal253250134025641724064
Binary10101011101010001011100010101110100001111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA85C; }

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

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

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

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

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

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

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

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