#AAB561

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

Shades of Olive Green #AAB561

Tints of Olive Green #AAB561

Color information

#AAB561 (or 0xAAB561) is unknown color: approx Olive Green. HEX triplet: AA, B5 and 61. RGB value is (170,181,97). Sum of RGB (Red+Green+Blue) = 170+181+97=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB561 is #554A9E. Grayscale: #A8A8A8. Windows color (decimal): -5589663 or 6403498. OLE color: 6403498.

HSL color Cylindrical-coordinate representation of color #AAB561: hue angle of 67.86º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAB561 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB17018197-
CMYK0.0600.460.29
HSL67.86º36.21%54.51%-
HSV(B)67.86º46.41%70.98%-
XYZ35.2642.4617.65-
YUV168.1487.86129.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=37.95%
G=40.40%
B=21.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170181970.0600.460.2967.8636.2154.51
HexAAB561602E1D442437
Octal2522651416056351044467
Binary101010101011010111000011100101110111011000100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB561; }

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

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

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

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

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

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

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

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