#ABA965

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

Shades of Olive Green #ABA965

Tints of Olive Green #ABA965

Color information

#ABA965 (or 0xABA965) is unknown color: approx Olive Green. HEX triplet: AB, A9 and 65. RGB value is (171,169,101). Sum of RGB (Red+Green+Blue) = 171+169+101=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA965 is #54569A. Grayscale: #A2A2A2. Windows color (decimal): -5527195 or 6662571. OLE color: 6662571.

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

Color convert

RGB171169101-
CMYK00.010.410.33
HSL58.29º29.41%53.33%-
HSV(B)58.29º40.94%67.06%-
XYZ33.3337.9717.88-
YUV161.8593.66134.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=38.78%
G=38.32%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116910100.010.410.3358.2929.4153.33
HexABA9650129213a1d35
Octal253251145015141723565
Binary101010111010100111001010110100110000111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA965; }

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

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

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

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

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

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

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

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