#AAB361

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

Shades of Olive Green #AAB361

Tints of Olive Green #AAB361

Color information

#AAB361 (or 0xAAB361) is unknown color: approx Olive Green. HEX triplet: AA, B3 and 61. RGB value is (170,179,97). Sum of RGB (Red+Green+Blue) = 170+179+97=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB361 is #554C9E. Grayscale: #A7A7A7. Windows color (decimal): -5590175 or 6402986. OLE color: 6402986.

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

Color convert

RGB17017997-
CMYK0.0500.460.30
HSL66.59º35.04%54.12%-
HSV(B)66.59º45.81%70.2%-
XYZ34.8641.6517.51-
YUV166.9688.52130.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=38.12%
G=40.13%
B=21.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170179970.0500.460.3066.5935.0454.12
HexAAB361502E1E432336
Octal2522631415056361034366
Binary101010101011001111000011010101110111101000011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB361; }

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

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

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

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

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

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

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

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