#ABA966

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

Shades of Olive Green #ABA966

Tints of Olive Green #ABA966

Color information

#ABA966 (or 0xABA966) is unknown color: approx Olive Green. HEX triplet: AB, A9 and 66. RGB value is (171,169,102). Sum of RGB (Red+Green+Blue) = 171+169+102=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA966 is #545699. Grayscale: #A2A2A2. Windows color (decimal): -5527194 or 6728107. OLE color: 6728107.

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

Color convert

RGB171169102-
CMYK00.010.400.33
HSL58.26º29.11%53.53%-
HSV(B)58.26º40.35%67.06%-
XYZ33.3837.9918.14-
YUV161.9694.16134.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=38.69%
G=38.24%
B=23.08%

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
Decimal17116910200.010.400.3358.2629.1153.53
HexABA9660128213a1d36
Octal253251146015041723566
Binary101010111010100111001100110100010000111101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA966; }

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

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

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

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

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

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

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

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