#AAB563

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

Shades of Olive Green #AAB563

Tints of Olive Green #AAB563

Color information

#AAB563 (or 0xAAB563) is unknown color: approx Olive Green. HEX triplet: AA, B5 and 63. RGB value is (170,181,99). Sum of RGB (Red+Green+Blue) = 170+181+99=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB563 is #554A9C. Grayscale: #A8A8A8. Windows color (decimal): -5589661 or 6534570. OLE color: 6534570.

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

Color convert

RGB17018199-
CMYK0.0600.450.29
HSL68.05º35.65%54.9%-
HSV(B)68.05º45.3%70.98%-
XYZ35.3542.4918.14-
YUV168.3688.86129.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 99 (39.06% from 255) = 22%
R=37.78%
G=40.22%
B=22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170181990.0600.450.2968.0535.6554.9
HexAAB563602D1D442437
Octal2522651436055351044467
Binary101010101011010111000111100101101111011000100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB563; }

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

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

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

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

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

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

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

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