#AAB363

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

Shades of Olive Green #AAB363

Tints of Olive Green #AAB363

Color information

#AAB363 (or 0xAAB363) is unknown color: approx Olive Green. HEX triplet: AA, B3 and 63. RGB value is (170,179,99). Sum of RGB (Red+Green+Blue) = 170+179+99=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB363 is #554C9C. Grayscale: #A7A7A7. Windows color (decimal): -5590173 or 6534058. OLE color: 6534058.

HSL color Cylindrical-coordinate representation of color #AAB363: hue angle of 66.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAB363 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17017999-
CMYK0.0500.450.30
HSL66.75º34.48%54.51%-
HSV(B)66.75º44.69%70.2%-
XYZ34.9541.6918.01-
YUV167.1989.52130-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 179 (70.31% from 255) = 39.96%
BLUE value IS 99 (39.06% from 255) = 22.10%
R=37.95%
G=39.96%
B=22.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170179990.0500.450.3066.7534.4854.51
HexAAB363502D1E432237
Octal2522631435055361034267
Binary101010101011001111000111010101101111101000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB363; }

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

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

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

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

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

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

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

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