#ABA952

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

Shades of Olive Green #ABA952

Tints of Olive Green #ABA952

Color information

#ABA952 (or 0xABA952) is unknown color: approx Olive Green. HEX triplet: AB, A9 and 52. RGB value is (171,169,82). Sum of RGB (Red+Green+Blue) = 171+169+82=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA952 is #5456AD. Grayscale: #A0A0A0. Windows color (decimal): -5527214 or 5417387. OLE color: 5417387.

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

Color convert

RGB17116982-
CMYK00.010.520.33
HSL58.65º35.18%49.61%-
HSV(B)58.65º52.05%67.06%-
XYZ32.5137.6413.54-
YUV159.6884.16136.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=40.52%
G=40.05%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711698200.010.520.3358.6535.1849.61
HexABA9520134213b2332
Octal253251122016441734362
Binary1010101110101001101001001110100100001111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA952; }

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

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

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

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

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

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

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

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