#AAB963

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

Shades of Olive Green #AAB963

Tints of Olive Green #AAB963

Color information

#AAB963 (or 0xAAB963) is unknown color: approx Olive Green. HEX triplet: AA, B9 and 63. RGB value is (170,185,99). Sum of RGB (Red+Green+Blue) = 170+185+99=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB963 is #55469C. Grayscale: #ABABAB. Windows color (decimal): -5588637 or 6535594. OLE color: 6535594.

HSL color Cylindrical-coordinate representation of color #AAB963: hue angle of 70.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAB963 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB17018599-
CMYK0.0800.460.27
HSL70.47º38.05%55.69%-
HSV(B)70.47º46.49%72.55%-
XYZ36.1844.1418.42-
YUV170.7187.53127.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 99 (39.06% from 255) = 21.81%
R=37.44%
G=40.75%
B=21.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170185990.0800.460.2770.4738.0555.69
HexAAB963802E1B462638
Octal25227114310056331064670
Binary1010101010111001110001110000101110110111000110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB963; }

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

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

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

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

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

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

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

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