Shades of Wild Willow #ABC968
Tints of Wild Willow #ABC968
RGB
CMYK
RGB Variations
Color information
#ABC968 (or 0xABC968) is known color: Wild Willow. HEX triplet: AB, C9 and 68. RGB value is (171,201,104). Sum of RGB (Red+Green+Blue) = 171+201+104=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC968 is #543697. Grayscale: #B5B5B5. Windows color (decimal): -5519000 or 6867371. OLE color: 6867371.
HSL color Cylindrical-coordinate representation of color #ABC968: hue angle of 78.56º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABC968 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 104 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.21 |
| HSL | 78.56º | 0.47% | 0.6% | - |
| HSV(B) | 78.56º | 0.48% | 0.79% | - |
| XYZ | 40.18 | 51.43 | 20.91 | - |
| YUV | 180.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 104 | 0.15 | 0 | 0.48 | 0.21 | 78.56 | 0.47 | 0.6 |
| Hex | AB | C9 | 68 | F | 0 | 30 | 15 | 4F | 2F | 3C |
| Octal | 253 | 311 | 150 | 17 | 0 | 60 | 25 | 117 | 57 | 74 |
| Binary | 10101011 | 11001001 | 1101000 | 1111 | 0 | 110000 | 10101 | 1001111 | 101111 | 111100 |
Color Harmonies of #ABC968
Complementary color
Monochromatic Colors of #ABC968
Black with #ABC968
Text Example
Text Example
White with #ABC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC968; }
p { color: rgb(171,201,104); }
H1.HeaderClassName
{
color: #ABC968;
}
.AnyTagClassName
{
color: #ABC968;
}
</style>
background-color css
<style>
a { background-color: #ABC968; }
a { background-color: rgb(171,201,104); }
div.DivClassName
{
background-color: #ABC968;
}
.BgClassName
{
background-color: #ABC968;
}
</style>
border-color css
<style>
span { border-color: #ABC968; }
span { border-color: rgb(171,201,104); }
td.TdClassName
{
border-color: #ABC968;
}
.TagClassName
{
border-color: #ABC968;
}
</style>