#ABAA66

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

Shades of Olive Green #ABAA66

Tints of Olive Green #ABAA66

Color information

#ABAA66 (or 0xABAA66) is unknown color: approx Olive Green. HEX triplet: AB, AA and 66. RGB value is (171,170,102). Sum of RGB (Red+Green+Blue) = 171+170+102=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA66 is #545599. Grayscale: #A2A2A2. Windows color (decimal): -5526938 or 6728363. OLE color: 6728363.

HSL color Cylindrical-coordinate representation of color #ABAA66: hue angle of 59.13º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABAA66 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171170102-
CMYK00.010.400.33
HSL59.13º29.11%53.53%-
HSV(B)59.13º40.35%67.06%-
XYZ33.5738.3718.21-
YUV162.5593.83134.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=38.60%
G=38.37%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117010200.010.400.3359.1329.1153.53
HexABAA660128213b1d36
Octal253252146015041733566
Binary101010111010101011001100110100010000111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA66; }

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

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

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

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

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

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

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

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