#AABC60

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

Shades of Olive Green #AABC60

Tints of Olive Green #AABC60

Color information

#AABC60 (or 0xAABC60) is unknown color: approx Olive Green. HEX triplet: AA, BC and 60. RGB value is (170,188,96). Sum of RGB (Red+Green+Blue) = 170+188+96=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC60 is #55439F. Grayscale: #ACACAC. Windows color (decimal): -5587872 or 6339754. OLE color: 6339754.

HSL color Cylindrical-coordinate representation of color #AABC60: hue angle of 71.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AABC60 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB17018896-
CMYK0.1000.490.26
HSL71.74º40.71%55.69%-
HSV(B)71.74º48.94%73.73%-
XYZ36.6745.3617.89-
YUV172.1385.04126.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 96 (37.89% from 255) = 21.15%
R=37.44%
G=41.41%
B=21.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170188960.1000.490.2671.7440.7155.69
HexAABC60A0311A482938
Octal25227414012061321105170
Binary1010101010111100110000010100110001110101001000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC60; }

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

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

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

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

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

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

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

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