#ABA857

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

Shades of Olive Green #ABA857

Tints of Olive Green #ABA857

Color information

#ABA857 (or 0xABA857) is unknown color: approx Olive Green. HEX triplet: AB, A8 and 57. RGB value is (171,168,87). Sum of RGB (Red+Green+Blue) = 171+168+87=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA857 is #5457A8. Grayscale: #9F9F9F. Windows color (decimal): -5527465 or 5744811. OLE color: 5744811.

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

Color convert

RGB17116887-
CMYK00.020.490.33
HSL57.86º33.33%50.59%-
HSV(B)57.86º49.12%67.06%-
XYZ32.5237.3514.51-
YUV159.6686.99136.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 87 (34.38% from 255) = 20.42%
R=40.14%
G=39.44%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711688700.020.490.3357.8633.3350.59
HexABA8570231213a2133
Octal253250127026141724163
Binary10101011101010001010111010110001100001111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA857; }

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

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

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

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

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

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

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

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