#AAA55B

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

Shades of Olive Green #AAA55B

Tints of Olive Green #AAA55B

Color information

#AAA55B (or 0xAAA55B) is unknown color: approx Olive Green. HEX triplet: AA, A5 and 5B. RGB value is (170,165,91). Sum of RGB (Red+Green+Blue) = 170+165+91=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA55B is #555AA4. Grayscale: #9E9E9E. Windows color (decimal): -5593765 or 6006186. OLE color: 6006186.

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

Color convert

RGB17016591-
CMYK00.030.460.33
HSL56.2º31.73%51.18%-
HSV(B)56.2º46.47%66.67%-
XYZ31.9236.2115.2-
YUV158.0690.16136.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=39.91%
G=38.73%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701659100.030.460.3356.231.7351.18
HexAAA55B032E21382033
Octal252245133035641704063
Binary10101010101001011011011011101110100001111000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA55B; }

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

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

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

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

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

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

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

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