Html Css Color HEX #AAB860 Olive Green

📋 copy color: '#AAB860'

red 170 ◦ green 184 ◦ blue 96

#AAB860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AAB860

Tints of Olive Green #AAB860

RGB

 RED value IS 170 (66.8% from 255) = 37.78%

 GREEN value IS 184 (72.27% from 255) = 40.89%

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 37.78%
G = 40.89%
B = 21.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#AAB860 (or 0xAAB860) is known color: Olive Green. HEX triplet: AA, B8 and 60. RGB value is (170,184,96). Sum of RGB (Red+Green+Blue) = 170+184+96=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB860 is #55479F. Grayscale: #AAAAAA. Windows color (decimal): -5588896 or 6338730. OLE color: 6338730.

HSL color Cylindrical-coordinate representation of color #AAB860: hue angle of 69.55º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAB860 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 96 -
CMYK 0.08 0 0.48 0.28
HSL 69.55º 0.38% 0.55% -
HSV(B) 69.55º 0.48% 0.72% -
XYZ 35.83 43.67 17.61 -
YUV 169.78 86.36 128.16 -
System Red Green Blue C M Y K H S L
Decimal 170 184 96 0.08 0 0.48 0.28 69.55 0.38 0.55
Hex AA B8 60 8 0 30 1C 46 26 37
Octal 252 270 140 10 0 60 34 106 46 67
Binary 10101010 10111000 1100000 1000 0 110000 11100 1000110 100110 110111

Color Harmonies of #AAB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB860

Black with #AAB860

Text Example


Text Example

White with #AAB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB860; }

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

 H1.HeaderClassName
 {
   color: #AAB860;
 }
 .AnyTagClassName
 {
   color: #AAB860;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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