Shades of Wild Willow #ACCB64
Tints of Wild Willow #ACCB64
RGB
CMYK
RGB Variations
Color information
#ACCB64 (or 0xACCB64) is known color: Wild Willow. HEX triplet: AC, CB and 64. RGB value is (172,203,100). Sum of RGB (Red+Green+Blue) = 172+203+100=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB64 is #53349B. Grayscale: #B6B6B6. Windows color (decimal): -5452956 or 6605740. OLE color: 6605740.
HSL color Cylindrical-coordinate representation of color #ACCB64: hue angle of 78.06º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACCB64 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 100 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.20 |
| HSL | 78.06º | 0.5% | 0.59% | - |
| HSV(B) | 78.06º | 0.51% | 0.8% | - |
| XYZ | 40.67 | 52.4 | 20.03 | - |
| YUV | 181.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 100 | 0.15 | 0 | 0.51 | 0.20 | 78.06 | 0.5 | 0.59 |
| Hex | AC | CB | 64 | F | 0 | 33 | 14 | 4E | 32 | 3B |
| Octal | 254 | 313 | 144 | 17 | 0 | 63 | 24 | 116 | 62 | 73 |
| Binary | 10101100 | 11001011 | 1100100 | 1111 | 0 | 110011 | 10100 | 1001110 | 110010 | 111011 |
Color Harmonies of #ACCB64
Complementary color
Monochromatic Colors of #ACCB64
Black with #ACCB64
Text Example
Text Example
White with #ACCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB64; }
p { color: rgb(172,203,100); }
H1.HeaderClassName
{
color: #ACCB64;
}
.AnyTagClassName
{
color: #ACCB64;
}
</style>
background-color css
<style>
a { background-color: #ACCB64; }
a { background-color: rgb(172,203,100); }
div.DivClassName
{
background-color: #ACCB64;
}
.BgClassName
{
background-color: #ACCB64;
}
</style>
border-color css
<style>
span { border-color: #ACCB64; }
span { border-color: rgb(172,203,100); }
td.TdClassName
{
border-color: #ACCB64;
}
.TagClassName
{
border-color: #ACCB64;
}
</style>