#ACC960

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

Shades of Wild Willow #ACC960

Tints of Wild Willow #ACC960

Color information

#ACC960 (or 0xACC960) is unknown color: approx Wild Willow. HEX triplet: AC, C9 and 60. RGB value is (172,201,96). Sum of RGB (Red+Green+Blue) = 172+201+96=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC960 is #53369F. Grayscale: #B4B4B4. Windows color (decimal): -5453472 or 6343084. OLE color: 6343084.

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

Color convert

RGB17220196-
CMYK0.1400.520.21
HSL76.57º49.3%58.24%-
HSV(B)76.57º52.24%78.82%-
XYZ40.0151.3918.88-
YUV180.3680.39122.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 201 (78.91% from 255) = 42.86%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=36.67%
G=42.86%
B=20.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172201960.1400.520.2176.5749.358.24
HexACC960E034154d313a
Octal25431114016064251156172
Binary1010110011001001110000011100110100101011001101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC960; }

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

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

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

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

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

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

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

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