Html Css Color HEX #AAC966 Wild Willow

📋 copy color: '#AAC966'

red 170 ◦ green 201 ◦ blue 102

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

Shades of Wild Willow #AAC966

Tints of Wild Willow #AAC966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.49%

 BLUE value IS 102 (40.23% from 255) = 21.56%

R = 35.94%
G = 42.49%
B = 21.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#AAC966 (or 0xAAC966) is known color: Wild Willow. HEX triplet: AA, C9 and 66. RGB value is (170,201,102). Sum of RGB (Red+Green+Blue) = 170+201+102=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC966 is #553699. Grayscale: #B4B4B4. Windows color (decimal): -5584538 or 6736298. OLE color: 6736298.

HSL color Cylindrical-coordinate representation of color #AAC966: hue angle of 78.79º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAC966 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 102 -
CMYK 0.15 0 0.49 0.21
HSL 78.79º 0.48% 0.59% -
HSV(B) 78.79º 0.49% 0.79% -
XYZ 39.86 51.28 20.37 -
YUV 180.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 170 201 102 0.15 0 0.49 0.21 78.79 0.48 0.59
Hex AA C9 66 F 0 31 15 4F 30 3B
Octal 252 311 146 17 0 61 25 117 60 73
Binary 10101010 11001001 1100110 1111 0 110001 10101 1001111 110000 111011

Color Harmonies of #AAC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC966

Black with #AAC966

Text Example


Text Example

White with #AAC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC966; }

 p { color: rgb(170,201,102); }

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

background-color css

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

 a { background-color: rgb(170,201,102); }

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

border-color css

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

 span { border-color: rgb(170,201,102); }

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