#AAB463

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

Shades of Olive Green #AAB463

Tints of Olive Green #AAB463

Color information

#AAB463 (or 0xAAB463) is unknown color: approx Olive Green. HEX triplet: AA, B4 and 63. RGB value is (170,180,99). Sum of RGB (Red+Green+Blue) = 170+180+99=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB463 is #554B9C. Grayscale: #A8A8A8. Windows color (decimal): -5589917 or 6534314. OLE color: 6534314.

HSL color Cylindrical-coordinate representation of color #AAB463: hue angle of 67.41º degrees, saturation: 0.35, 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 #AAB463 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB17018099-
CMYK0.0600.450.29
HSL67.41º35.06%54.71%-
HSV(B)67.41º45%70.59%-
XYZ35.1542.0918.08-
YUV167.7889.19129.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 99 (39.06% from 255) = 22.05%
R=37.86%
G=40.09%
B=22.05%

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
Decimal170180990.0600.450.2967.4135.0654.71
HexAAB463602D1D432337
Octal2522641436055351034367
Binary101010101011010011000111100101101111011000011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB463; }

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

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

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

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

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

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

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

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