#ABA854

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

Shades of Olive Green #ABA854

Tints of Olive Green #ABA854

Color information

#ABA854 (or 0xABA854) is unknown color: approx Olive Green. HEX triplet: AB, A8 and 54. RGB value is (171,168,84). Sum of RGB (Red+Green+Blue) = 171+168+84=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA854 is #5457AB. Grayscale: #9F9F9F. Windows color (decimal): -5527468 or 5548203. OLE color: 5548203.

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

Color convert

RGB17116884-
CMYK00.020.510.33
HSL57.93º34.12%50%-
HSV(B)57.93º50.88%67.06%-
XYZ32.437.313.88-
YUV159.3285.49136.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 168 (66.02% from 255) = 39.72%
BLUE value IS 84 (33.20% from 255) = 19.86%
R=40.43%
G=39.72%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711688400.020.510.3357.9334.1250
HexABA8540233213a2232
Octal253250124026341724262
Binary10101011101010001010100010110011100001111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA854; }

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

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

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

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

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

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

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

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