#ABA956

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

Shades of Olive Green #ABA956

Tints of Olive Green #ABA956

Color information

#ABA956 (or 0xABA956) is unknown color: approx Olive Green. HEX triplet: AB, A9 and 56. RGB value is (171,169,86). Sum of RGB (Red+Green+Blue) = 171+169+86=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA956 is #5456A9. Grayscale: #A0A0A0. Windows color (decimal): -5527210 or 5679531. OLE color: 5679531.

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

Color convert

RGB17116986-
CMYK00.010.500.33
HSL58.59º33.6%50.39%-
HSV(B)58.59º49.71%67.06%-
XYZ32.6637.7114.36-
YUV160.1486.16135.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=40.14%
G=39.67%
B=20.19%

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
Decimal1711698600.010.500.3358.5933.650.39
HexABA9560132213b2232
Octal253251126016241734262
Binary1010101110101001101011001110010100001111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA956; }

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

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

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

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

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

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

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

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