#ACC966

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

Shades of Wild Willow #ACC966

Tints of Wild Willow #ACC966

Color information

#ACC966 (or 0xACC966) is unknown color: approx Wild Willow. HEX triplet: AC, C9 and 66. RGB value is (172,201,102). Sum of RGB (Red+Green+Blue) = 172+201+102=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC966 is #533699. Grayscale: #B5B5B5. Windows color (decimal): -5453466 or 6736300. OLE color: 6736300.

HSL color Cylindrical-coordinate representation of color #ACC966: hue angle of 77.58º 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 #ACC966 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB172201102-
CMYK0.1400.490.21
HSL77.58º47.83%59.41%-
HSV(B)77.58º49.25%78.82%-
XYZ40.351.520.39-
YUV181.0483.39121.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=36.21%
G=42.32%
B=21.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722011020.1400.490.2177.5847.8359.41
HexACC966E031154e303b
Octal25431114616061251166073
Binary1010110011001001110011011100110001101011001110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC966; }

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

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

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

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

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

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

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

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