#AABA63

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

Shades of Olive Green #AABA63

Tints of Olive Green #AABA63

Color information

#AABA63 (or 0xAABA63) is unknown color: approx Olive Green. HEX triplet: AA, BA and 63. RGB value is (170,186,99). Sum of RGB (Red+Green+Blue) = 170+186+99=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA63 is #55459C. Grayscale: #ABABAB. Windows color (decimal): -5588381 or 6535850. OLE color: 6535850.

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

Color convert

RGB17018699-
CMYK0.0900.470.27
HSL71.03º38.67%55.88%-
HSV(B)71.03º46.77%72.94%-
XYZ36.3944.5618.49-
YUV171.387.2127.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 99 (39.06% from 255) = 21.76%
R=37.36%
G=40.88%
B=21.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186990.0900.470.2771.0338.6755.88
HexAABA63902F1B472738
Octal25227214311057331074770
Binary1010101010111010110001110010101111110111000111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA63; }

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

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

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

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

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

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

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

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