#ABAA63

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

Shades of Olive Green #ABAA63

Tints of Olive Green #ABAA63

Color information

#ABAA63 (or 0xABAA63) is unknown color: approx Olive Green. HEX triplet: AB, AA and 63. RGB value is (171,170,99). Sum of RGB (Red+Green+Blue) = 171+170+99=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA63 is #54559C. Grayscale: #A2A2A2. Windows color (decimal): -5526941 or 6531755. OLE color: 6531755.

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

Color convert

RGB17117099-
CMYK00.010.420.33
HSL59.17º30%52.94%-
HSV(B)59.17º42.11%67.06%-
XYZ33.4238.3117.44-
YUV162.292.33134.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 99 (39.06% from 255) = 22.5%
R=38.86%
G=38.64%
B=22.5%

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
Decimal1711709900.010.420.3359.173052.94
HexABAA63012A213b1e35
Octal253252143015241733665
Binary101010111010101011000110110101010000111101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA63; }

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

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

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

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

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

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

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

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