#ABA962

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

Shades of Olive Green #ABA962

Tints of Olive Green #ABA962

Color information

#ABA962 (or 0xABA962) is unknown color: approx Olive Green. HEX triplet: AB, A9 and 62. RGB value is (171,169,98). Sum of RGB (Red+Green+Blue) = 171+169+98=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA962 is #54569D. Grayscale: #A1A1A1. Windows color (decimal): -5527198 or 6465963. OLE color: 6465963.

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

Color convert

RGB17116998-
CMYK00.010.430.33
HSL58.36º30.29%52.75%-
HSV(B)58.36º42.69%67.06%-
XYZ33.1937.9217.12-
YUV161.592.16134.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 98 (38.67% from 255) = 22.37%
R=39.04%
G=38.58%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711699800.010.430.3358.3630.2952.75
HexABA962012B213a1e35
Octal253251142015341723665
Binary101010111010100111000100110101110000111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA962; }

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

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

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

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

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

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

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

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