#ABA95F

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

Shades of Olive Green #ABA95F

Tints of Olive Green #ABA95F

Color information

#ABA95F (or 0xABA95F) is unknown color: approx Olive Green. HEX triplet: AB, A9 and 5F. RGB value is (171,169,95). Sum of RGB (Red+Green+Blue) = 171+169+95=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA95F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA95F is #5456A0. Grayscale: #A1A1A1. Windows color (decimal): -5527201 or 6269355. OLE color: 6269355.

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

Color convert

RGB17116995-
CMYK00.010.440.33
HSL58.42º31.15%52.16%-
HSV(B)58.42º44.44%67.06%-
XYZ33.0537.8616.39-
YUV161.1690.66135.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=39.31%
G=38.85%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711699500.010.440.3358.4231.1552.16
HexABA95F012C213a1f34
Octal253251137015441723764
Binary101010111010100110111110110110010000111101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA95F; }

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

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

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

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

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

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

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

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