#AAB961

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

Shades of Olive Green #AAB961

Tints of Olive Green #AAB961

Color information

#AAB961 (or 0xAAB961) is unknown color: approx Olive Green. HEX triplet: AA, B9 and 61. RGB value is (170,185,97). Sum of RGB (Red+Green+Blue) = 170+185+97=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB961 is #55469E. Grayscale: #AAAAAA. Windows color (decimal): -5588639 or 6404522. OLE color: 6404522.

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

Color convert

RGB17018597-
CMYK0.0800.480.27
HSL70.23º38.6%55.29%-
HSV(B)70.23º47.57%72.55%-
XYZ36.0844.1117.92-
YUV170.4886.53127.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 185 (72.66% from 255) = 40.93%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=37.61%
G=40.93%
B=21.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170185970.0800.480.2770.2338.655.29
HexAAB96180301B462737
Octal25227114110060331064767
Binary1010101010111001110000110000110000110111000110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB961; }

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

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

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

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

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

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

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

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