#ACC464

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

Shades of Wild Willow #ACC464

Tints of Wild Willow #ACC464

Color information

#ACC464 (or 0xACC464) is unknown color: approx Wild Willow. HEX triplet: AC, C4 and 64. RGB value is (172,196,100). Sum of RGB (Red+Green+Blue) = 172+196+100=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC464 is #533B9B. Grayscale: #B2B2B2. Windows color (decimal): -5454748 or 6603948. OLE color: 6603948.

HSL color Cylindrical-coordinate representation of color #ACC464: hue angle of 75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACC464 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB172196100-
CMYK0.1200.490.23
HSL75º44.86%58.04%-
HSV(B)75º48.98%76.86%-
XYZ39.0549.1719.49-
YUV177.8884.05123.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 196 (76.95% from 255) = 41.88%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=36.75%
G=41.88%
B=21.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961000.1200.490.237544.8658.04
HexACC464C031174b2d3a
Octal25430414414061271135572
Binary1010110011000100110010011000110001101111001011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC464; }

 p { color: rgb(172,196,100); }

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

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

 a { background-color: rgb(172,196,100); }

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

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

 span { border-color: rgb(172,196,100); }

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