#AAB863

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

Shades of Olive Green #AAB863

Tints of Olive Green #AAB863

Color information

#AAB863 (or 0xAAB863) is unknown color: approx Olive Green. HEX triplet: AA, B8 and 63. RGB value is (170,184,99). Sum of RGB (Red+Green+Blue) = 170+184+99=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB863 is #55479C. Grayscale: #AAAAAA. Windows color (decimal): -5588893 or 6535338. OLE color: 6535338.

HSL color Cylindrical-coordinate representation of color #AAB863: hue angle of 69.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAB863 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB17018499-
CMYK0.0800.460.28
HSL69.88º37.44%55.49%-
HSV(B)69.88º46.2%72.16%-
XYZ35.9743.7318.35-
YUV170.1287.86127.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=37.53%
G=40.62%
B=21.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170184990.0800.460.2869.8837.4455.49
HexAAB863802E1C462537
Octal25227014310056341064567
Binary1010101010111000110001110000101110111001000110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB863; }

 p { color: rgb(170,184,99); }

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

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

 a { background-color: rgb(170,184,99); }

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

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

 span { border-color: rgb(170,184,99); }

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