#ABA955

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

Shades of Olive Green #ABA955

Tints of Olive Green #ABA955

Color information

#ABA955 (or 0xABA955) is unknown color: approx Olive Green. HEX triplet: AB, A9 and 55. RGB value is (171,169,85). Sum of RGB (Red+Green+Blue) = 171+169+85=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA955 is #5456AA. Grayscale: #A0A0A0. Windows color (decimal): -5527211 or 5613995. OLE color: 5613995.

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

Color convert

RGB17116985-
CMYK00.010.500.33
HSL58.6º33.86%50.2%-
HSV(B)58.6º50.29%67.06%-
XYZ32.6237.6914.15-
YUV160.0285.66135.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 85 (33.59% from 255) = 20%
R=40.24%
G=39.76%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711698500.010.500.3358.633.8650.2
HexABA9550132213b2232
Octal253251125016241734262
Binary1010101110101001101010101110010100001111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA955; }

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

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

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

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

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

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

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

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