#AABA61

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

Shades of Olive Green #AABA61

Tints of Olive Green #AABA61

Color information

#AABA61 (or 0xAABA61) is unknown color: approx Olive Green. HEX triplet: AA, BA and 61. RGB value is (170,186,97). Sum of RGB (Red+Green+Blue) = 170+186+97=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA61 is #55459E. Grayscale: #ABABAB. Windows color (decimal): -5588383 or 6404778. OLE color: 6404778.

HSL color Cylindrical-coordinate representation of color #AABA61: hue angle of 70.79º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AABA61 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB17018697-
CMYK0.0900.480.27
HSL70.79º39.21%55.49%-
HSV(B)70.79º47.85%72.94%-
XYZ36.2944.5317.99-
YUV171.0786.2127.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 186 (73.05% from 255) = 41.06%
BLUE value IS 97 (38.28% from 255) = 21.41%
R=37.53%
G=41.06%
B=21.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186970.0900.480.2770.7939.2155.49
HexAABA6190301B472737
Octal25227214111060331074767
Binary1010101010111010110000110010110000110111000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA61; }

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

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

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

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

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

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

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

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