#ABA65E

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

Shades of Olive Green #ABA65E

Tints of Olive Green #ABA65E

Color information

#ABA65E (or 0xABA65E) is unknown color: approx Olive Green. HEX triplet: AB, A6 and 5E. RGB value is (171,166,94). Sum of RGB (Red+Green+Blue) = 171+166+94=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA65E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA65E is #5459A1. Grayscale: #9F9F9F. Windows color (decimal): -5527970 or 6203051. OLE color: 6203051.

HSL color Cylindrical-coordinate representation of color #ABA65E: hue angle of 56.1º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABA65E is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17116694-
CMYK00.030.450.33
HSL56.1º31.43%51.96%-
HSV(B)56.1º45.03%67.06%-
XYZ32.4536.7415.97-
YUV159.2991.16136.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=39.68%
G=38.52%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711669400.030.450.3356.131.4351.96
HexABA65E032D21381f34
Octal253246136035541703764
Binary1010101110100110101111001110110110000111100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA65E; }

 p { color: rgb(171,166,94); }

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

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

 a { background-color: rgb(171,166,94); }

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

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

 span { border-color: rgb(171,166,94); }

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