#AAA954

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

Shades of Olive Green #AAA954

Tints of Olive Green #AAA954

Color information

#AAA954 (or 0xAAA954) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 54. RGB value is (170,169,84). Sum of RGB (Red+Green+Blue) = 170+169+84=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA954 is #5556AB. Grayscale: #9F9F9F. Windows color (decimal): -5592748 or 5548458. OLE color: 5548458.

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

Color convert

RGB17016984-
CMYK00.010.510.33
HSL59.3º33.86%49.8%-
HSV(B)59.3º50.59%66.67%-
XYZ32.3737.5613.93-
YUV159.6185.33135.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 84 (33.20% from 255) = 19.86%
R=40.19%
G=39.95%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701698400.010.510.3359.333.8649.8
HexAAA9540133213b2232
Octal252251124016341734262
Binary1010101010101001101010001110011100001111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA954; }

 p { color: rgb(170,169,84); }

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

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

 a { background-color: rgb(170,169,84); }

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

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

 span { border-color: rgb(170,169,84); }

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