#ABA65D

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

Shades of Olive Green #ABA65D

Tints of Olive Green #ABA65D

Color information

#ABA65D (or 0xABA65D) is unknown color: approx Olive Green. HEX triplet: AB, A6 and 5D. RGB value is (171,166,93). Sum of RGB (Red+Green+Blue) = 171+166+93=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA65D is #5459A2. Grayscale: #9F9F9F. Windows color (decimal): -5527971 or 6137515. OLE color: 6137515.

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

Color convert

RGB17116693-
CMYK00.030.460.33
HSL56.15º31.71%51.76%-
HSV(B)56.15º45.61%67.06%-
XYZ32.4136.7215.74-
YUV159.1790.66136.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 93 (36.72% from 255) = 21.63%
R=39.77%
G=38.60%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711669300.030.460.3356.1531.7151.76
HexABA65D032E21382034
Octal253246135035641704064
Binary10101011101001101011101011101110100001111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA65D; }

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

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

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

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

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

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

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

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