Html Css Color HEX #AAC661 Wild Willow

📋 copy color: '#AAC661'

red 170 ◦ green 198 ◦ blue 97

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

Shades of Wild Willow #AAC661

Tints of Wild Willow #AAC661

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.58%

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

R = 36.56%
G = 42.58%
B = 20.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#AAC661 (or 0xAAC661) is known color: Wild Willow. HEX triplet: AA, C6 and 61. RGB value is (170,198,97). Sum of RGB (Red+Green+Blue) = 170+198+97=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC661 is #55399E. Grayscale: #B2B2B2. Windows color (decimal): -5585311 or 6407850. OLE color: 6407850.

HSL color Cylindrical-coordinate representation of color #AAC661: hue angle of 76.63º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAC661 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 97 -
CMYK 0.14 0 0.51 0.22
HSL 76.63º 0.47% 0.58% -
HSV(B) 76.63º 0.51% 0.78% -
XYZ 38.93 49.8 18.87 -
YUV 178.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 170 198 97 0.14 0 0.51 0.22 76.63 0.47 0.58
Hex AA C6 61 E 0 33 16 4D 2F 3A
Octal 252 306 141 16 0 63 26 115 57 72
Binary 10101010 11000110 1100001 1110 0 110011 10110 1001101 101111 111010

Color Harmonies of #AAC661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC661

Black with #AAC661

Text Example


Text Example

White with #AAC661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC661; }

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

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

background-color css

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

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

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

border-color css

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

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

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