Shades of Wild Willow #ABC567
Tints of Wild Willow #ABC567
RGB
CMYK
RGB Variations
Color information
#ABC567 (or 0xABC567) is known color: Wild Willow. HEX triplet: AB, C5 and 67. RGB value is (171,197,103). Sum of RGB (Red+Green+Blue) = 171+197+103=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC567 is #543A98. Grayscale: #B2B2B2. Windows color (decimal): -5520025 or 6800811. OLE color: 6800811.
HSL color Cylindrical-coordinate representation of color #ABC567: hue angle of 76.6º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABC567 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 103 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.23 |
| HSL | 76.6º | 0.45% | 0.59% | - |
| HSV(B) | 76.6º | 0.48% | 0.77% | - |
| XYZ | 39.21 | 49.57 | 20.33 | - |
| YUV | 178.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 103 | 0.13 | 0 | 0.48 | 0.23 | 76.6 | 0.45 | 0.59 |
| Hex | AB | C5 | 67 | D | 0 | 30 | 17 | 4D | 2D | 3B |
| Octal | 253 | 305 | 147 | 15 | 0 | 60 | 27 | 115 | 55 | 73 |
| Binary | 10101011 | 11000101 | 1100111 | 1101 | 0 | 110000 | 10111 | 1001101 | 101101 | 111011 |
Color Harmonies of #ABC567
Complementary color
Monochromatic Colors of #ABC567
Black with #ABC567
Text Example
Text Example
White with #ABC567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC567; }
p { color: rgb(171,197,103); }
H1.HeaderClassName
{
color: #ABC567;
}
.AnyTagClassName
{
color: #ABC567;
}
</style>
background-color css
<style>
a { background-color: #ABC567; }
a { background-color: rgb(171,197,103); }
div.DivClassName
{
background-color: #ABC567;
}
.BgClassName
{
background-color: #ABC567;
}
</style>
border-color css
<style>
span { border-color: #ABC567; }
span { border-color: rgb(171,197,103); }
td.TdClassName
{
border-color: #ABC567;
}
.TagClassName
{
border-color: #ABC567;
}
</style>