#AAB461

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

Shades of Olive Green #AAB461

Tints of Olive Green #AAB461

Color information

#AAB461 (or 0xAAB461) is unknown color: approx Olive Green. HEX triplet: AA, B4 and 61. RGB value is (170,180,97). Sum of RGB (Red+Green+Blue) = 170+180+97=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB461 is #554B9E. Grayscale: #A7A7A7. Windows color (decimal): -5589919 or 6403242. OLE color: 6403242.

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

Color convert

RGB17018097-
CMYK0.0600.460.29
HSL67.23º35.62%54.31%-
HSV(B)67.23º46.11%70.59%-
XYZ35.0642.0517.58-
YUV167.5588.19129.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=38.03%
G=40.27%
B=21.70%

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
Decimal170180970.0600.460.2967.2335.6254.31
HexAAB461602E1D432436
Octal2522641416056351034466
Binary101010101011010011000011100101110111011000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB461; }

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

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

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

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

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

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

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

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