#ABA852

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

Shades of Olive Green #ABA852

Tints of Olive Green #ABA852

Color information

#ABA852 (or 0xABA852) is unknown color: approx Olive Green. HEX triplet: AB, A8 and 52. RGB value is (171,168,82). Sum of RGB (Red+Green+Blue) = 171+168+82=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA852 is #5457AD. Grayscale: #9F9F9F. Windows color (decimal): -5527470 or 5417131. OLE color: 5417131.

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

Color convert

RGB17116882-
CMYK00.020.520.33
HSL57.98º35.18%49.61%-
HSV(B)57.98º52.05%67.06%-
XYZ32.3237.2713.47-
YUV159.0984.49136.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 82 (32.42% from 255) = 19.48%
R=40.62%
G=39.90%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711688200.020.520.3357.9835.1849.61
HexABA8520234213a2332
Octal253250122026441724362
Binary10101011101010001010010010110100100001111010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA852; }

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

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

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

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

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

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

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

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