Html Css Color HEX #AAB961 Olive Green

📋 copy color: '#AAB961'

red 170 ◦ green 185 ◦ blue 97

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

Shades of Olive Green #AAB961

Tints of Olive Green #AAB961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

 BLUE value IS 97 (38.28% from 255) = 21.46%

R = 37.61%
G = 40.93%
B = 21.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#AAB961 (or 0xAAB961) is known color: Olive Green. HEX triplet: AA, B9 and 61. RGB value is (170,185,97). Sum of RGB (Red+Green+Blue) = 170+185+97=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB961 is #55469E. Grayscale: #AAAAAA. Windows color (decimal): -5588639 or 6404522. OLE color: 6404522.

HSL color Cylindrical-coordinate representation of color #AAB961: hue angle of 70.23º 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 #AAB961 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 97 -
CMYK 0.08 0 0.48 0.27
HSL 70.23º 0.39% 0.55% -
HSV(B) 70.23º 0.48% 0.73% -
XYZ 36.08 44.11 17.92 -
YUV 170.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 170 185 97 0.08 0 0.48 0.27 70.23 0.39 0.55
Hex AA B9 61 8 0 30 1B 46 27 37
Octal 252 271 141 10 0 60 33 106 47 67
Binary 10101010 10111001 1100001 1000 0 110000 11011 1000110 100111 110111

Color Harmonies of #AAB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB961

Black with #AAB961

Text Example


Text Example

White with #AAB961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB961; }

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

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

background-color css

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

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

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

border-color css

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

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

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