#AAB460

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

Shades of Olive Green #AAB460

Tints of Olive Green #AAB460

Color information

#AAB460 (or 0xAAB460) is unknown color: approx Olive Green. HEX triplet: AA, B4 and 60. RGB value is (170,180,96). Sum of RGB (Red+Green+Blue) = 170+180+96=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB460 is #554B9F. Grayscale: #A7A7A7. Windows color (decimal): -5589920 or 6337706. OLE color: 6337706.

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

Color convert

RGB17018096-
CMYK0.0600.470.29
HSL67.14º35.9%54.12%-
HSV(B)67.14º46.67%70.59%-
XYZ35.0142.0317.33-
YUV167.4387.69129.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=38.12%
G=40.36%
B=21.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180960.0600.470.2967.1435.954.12
HexAAB460602F1D432436
Octal2522641406057351034466
Binary101010101011010011000001100101111111011000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB460; }

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

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

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

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

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

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

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

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