#ABAC66

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

Shades of Olive Green #ABAC66

Tints of Olive Green #ABAC66

Color information

#ABAC66 (or 0xABAC66) is unknown color: approx Olive Green. HEX triplet: AB, AC and 66. RGB value is (171,172,102). Sum of RGB (Red+Green+Blue) = 171+172+102=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC66 is #545399. Grayscale: #A3A3A3. Windows color (decimal): -5526426 or 6728875. OLE color: 6728875.

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

Color convert

RGB171172102-
CMYK0.0100.410.33
HSL60.86º29.66%53.73%-
HSV(B)60.86º40.7%67.45%-
XYZ33.9539.1218.33-
YUV163.7293.17133.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=38.43%
G=38.65%
B=22.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721020.0100.410.3360.8629.6653.73
HexABAC661029213d1e36
Octal253254146105141753666
Binary101010111010110011001101010100110000111110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC66; }

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

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

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

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

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

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

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

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