#ACC660

Color #ACC660 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ACC660

Tints of Wild Willow #ACC660

Color information

#ACC660 (or 0xACC660) is unknown color: approx Wild Willow. HEX triplet: AC, C6 and 60. RGB value is (172,198,96). Sum of RGB (Red+Green+Blue) = 172+198+96=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC660 is #53399F. Grayscale: #B2B2B2. Windows color (decimal): -5454240 or 6342316. OLE color: 6342316.

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

Color convert

RGB17219896-
CMYK0.1300.520.22
HSL75.29º47.22%57.65%-
HSV(B)75.29º51.52%77.65%-
XYZ39.325018.65-
YUV178.681.39123.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=36.91%
G=42.49%
B=20.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172198960.1300.520.2275.2947.2257.65
HexACC660D034164b2f3a
Octal25430614015064261135772
Binary1010110011000110110000011010110100101101001011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC660; }

 p { color: rgb(172,198,96); }

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

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

 a { background-color: rgb(172,198,96); }

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

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

 span { border-color: rgb(172,198,96); }

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