#ABAA65

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

Shades of Olive Green #ABAA65

Tints of Olive Green #ABAA65

Color information

#ABAA65 (or 0xABAA65) is unknown color: approx Olive Green. HEX triplet: AB, AA and 65. RGB value is (171,170,101). Sum of RGB (Red+Green+Blue) = 171+170+101=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA65 is #54559A. Grayscale: #A2A2A2. Windows color (decimal): -5526939 or 6662827. OLE color: 6662827.

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

Color convert

RGB171170101-
CMYK00.010.410.33
HSL59.14º29.41%53.33%-
HSV(B)59.14º40.94%67.06%-
XYZ33.5238.3517.95-
YUV162.4393.33134.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=38.69%
G=38.46%
B=22.85%

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
Decimal17117010100.010.410.3359.1429.4153.33
HexABAA650129213b1d35
Octal253252145015141733565
Binary101010111010101011001010110100110000111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA65; }

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

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

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

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

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

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

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

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