#ABA85D

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

Shades of Olive Green #ABA85D

Tints of Olive Green #ABA85D

Color information

#ABA85D (or 0xABA85D) is unknown color: approx Olive Green. HEX triplet: AB, A8 and 5D. RGB value is (171,168,93). Sum of RGB (Red+Green+Blue) = 171+168+93=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA85D is #5457A2. Grayscale: #A0A0A0. Windows color (decimal): -5527459 or 6138027. OLE color: 6138027.

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

Color convert

RGB17116893-
CMYK00.020.460.33
HSL57.69º31.71%51.76%-
HSV(B)57.69º45.61%67.06%-
XYZ32.7737.4515.86-
YUV160.3589.99135.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 168 (66.02% from 255) = 38.89%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=39.58%
G=38.89%
B=21.53%

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
Decimal1711689300.020.460.3357.6931.7151.76
HexABA85D022E213a2034
Octal253250135025641724064
Binary10101011101010001011101010101110100001111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA85D; }

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

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

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

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

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

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

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

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