#ABA957

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

Shades of Olive Green #ABA957

Tints of Olive Green #ABA957

Color information

#ABA957 (or 0xABA957) is unknown color: approx Olive Green. HEX triplet: AB, A9 and 57. RGB value is (171,169,87). Sum of RGB (Red+Green+Blue) = 171+169+87=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA957 is #5456A8. Grayscale: #A0A0A0. Windows color (decimal): -5527209 or 5745067. OLE color: 5745067.

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

Color convert

RGB17116987-
CMYK00.010.490.33
HSL58.57º33.33%50.59%-
HSV(B)58.57º49.12%67.06%-
XYZ32.737.7214.57-
YUV160.2586.66135.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 169 (66.41% from 255) = 39.58%
BLUE value IS 87 (34.38% from 255) = 20.37%
R=40.05%
G=39.58%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711698700.010.490.3358.5733.3350.59
HexABA9570131213b2133
Octal253251127016141734163
Binary1010101110101001101011101110001100001111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA957; }

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

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

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

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

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

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

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

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