#ACC462

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

Shades of Wild Willow #ACC462

Tints of Wild Willow #ACC462

Color information

#ACC462 (or 0xACC462) is unknown color: approx Wild Willow. HEX triplet: AC, C4 and 62. RGB value is (172,196,98). Sum of RGB (Red+Green+Blue) = 172+196+98=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC462 is #533B9D. Grayscale: #B2B2B2. Windows color (decimal): -5454750 or 6472876. OLE color: 6472876.

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

Color convert

RGB17219698-
CMYK0.1200.50.23
HSL74.69º45.37%57.65%-
HSV(B)74.69º50%76.86%-
XYZ38.9649.1318.99-
YUV177.6583.05123.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 196 (76.95% from 255) = 42.06%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=36.91%
G=42.06%
B=21.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172196980.1200.50.2374.6945.3757.65
HexACC462C032174b2d3a
Octal25430414214062271135572
Binary1010110011000100110001011000110010101111001011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC462; }

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

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

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

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

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

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

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

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