#ACC067

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

Shades of Wild Willow #ACC067

Tints of Wild Willow #ACC067

Color information

#ACC067 (or 0xACC067) is unknown color: approx Wild Willow. HEX triplet: AC, C0 and 67. RGB value is (172,192,103). Sum of RGB (Red+Green+Blue) = 172+192+103=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC067 is #533F98. Grayscale: #B0B0B0. Windows color (decimal): -5455769 or 6799532. OLE color: 6799532.

HSL color Cylindrical-coordinate representation of color #ACC067: hue angle of 73.48º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACC067 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB172192103-
CMYK0.1000.460.25
HSL73.48º41.4%57.84%-
HSV(B)73.48º46.35%75.29%-
XYZ38.3147.4519.97-
YUV175.8786.87125.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=36.83%
G=41.11%
B=22.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921030.1000.460.2573.4841.457.84
HexACC067A02E1949293a
Octal25430014712056311115172
Binary1010110011000000110011110100101110110011001001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC067; }

 p { color: rgb(172,192,103); }

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

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

 a { background-color: rgb(172,192,103); }

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

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

 span { border-color: rgb(172,192,103); }

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