Shades of Wild Willow #ABC066
Tints of Wild Willow #ABC066
RGB
CMYK
RGB Variations
Color information
#ABC066 (or 0xABC066) is known color: Wild Willow. HEX triplet: AB, C0 and 66. RGB value is (171,192,102). Sum of RGB (Red+Green+Blue) = 171+192+102=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC066 is #543F99. Grayscale: #AFAFAF. Windows color (decimal): -5521306 or 6733995. OLE color: 6733995.
HSL color Cylindrical-coordinate representation of color #ABC066: hue angle of 74º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABC066 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 102 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.25 |
| HSL | 74º | 0.42% | 0.58% | - |
| HSV(B) | 74º | 0.47% | 0.75% | - |
| XYZ | 38.04 | 47.32 | 19.7 | - |
| YUV | 175.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 102 | 0.11 | 0 | 0.47 | 0.25 | 74 | 0.42 | 0.58 |
| Hex | AB | C0 | 66 | B | 0 | 2F | 19 | 4A | 2A | 3A |
| Octal | 253 | 300 | 146 | 13 | 0 | 57 | 31 | 112 | 52 | 72 |
| Binary | 10101011 | 11000000 | 1100110 | 1011 | 0 | 101111 | 11001 | 1001010 | 101010 | 111010 |
Color Harmonies of #ABC066
Complementary color
Monochromatic Colors of #ABC066
Black with #ABC066
Text Example
Text Example
White with #ABC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC066; }
p { color: rgb(171,192,102); }
H1.HeaderClassName
{
color: #ABC066;
}
.AnyTagClassName
{
color: #ABC066;
}
</style>
background-color css
<style>
a { background-color: #ABC066; }
a { background-color: rgb(171,192,102); }
div.DivClassName
{
background-color: #ABC066;
}
.BgClassName
{
background-color: #ABC066;
}
</style>
border-color css
<style>
span { border-color: #ABC066; }
span { border-color: rgb(171,192,102); }
td.TdClassName
{
border-color: #ABC066;
}
.TagClassName
{
border-color: #ABC066;
}
</style>