#A5AA51

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

Shades of Olive Green #A5AA51

Tints of Olive Green #A5AA51

Color information

#A5AA51 (or 0xA5AA51) is unknown color: approx Olive Green. HEX triplet: A5, AA and 51. RGB value is (165,170,81). Sum of RGB (Red+Green+Blue) = 165+170+81=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA51 is #5A55AE. Grayscale: #9E9E9E. Windows color (decimal): -5920175 or 5352101. OLE color: 5352101.

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

Color convert

RGB16517081-
CMYK0.0300.520.33
HSL63.37º35.46%49.22%-
HSV(B)63.37º52.35%66.67%-
XYZ31.3837.3413.34-
YUV158.3684.34132.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=39.66%
G=40.87%
B=19.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170810.0300.520.3363.3735.4649.22
HexA5AA513034213f2331
Octal245252121306441774361
Binary10100101101010101010001110110100100001111111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA51; }

 p { color: rgb(165,170,81); }

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

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

 a { background-color: rgb(165,170,81); }

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

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

 span { border-color: rgb(165,170,81); }

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