#ABA963

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

Shades of Olive Green #ABA963

Tints of Olive Green #ABA963

Color information

#ABA963 (or 0xABA963) is unknown color: approx Olive Green. HEX triplet: AB, A9 and 63. RGB value is (171,169,99). Sum of RGB (Red+Green+Blue) = 171+169+99=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA963 is #54569C. Grayscale: #A1A1A1. Windows color (decimal): -5527197 or 6531499. OLE color: 6531499.

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

Color convert

RGB17116999-
CMYK00.010.420.33
HSL58.33º30%52.94%-
HSV(B)58.33º42.11%67.06%-
XYZ33.2337.9317.37-
YUV161.6292.66134.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=38.95%
G=38.50%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711699900.010.420.3358.333052.94
HexABA963012A213a1e35
Octal253251143015241723665
Binary101010111010100111000110110101010000111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA963; }

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

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

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

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

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

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

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

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