Shades of Wild Willow #ABC067
Tints of Wild Willow #ABC067
RGB
CMYK
RGB Variations
Color information
#ABC067 (or 0xABC067) is known color: Wild Willow. HEX triplet: AB, C0 and 67. RGB value is (171,192,103). Sum of RGB (Red+Green+Blue) = 171+192+103=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC067 is #543F98. Grayscale: #AFAFAF. Windows color (decimal): -5521305 or 6799531. OLE color: 6799531.
HSL color Cylindrical-coordinate representation of color #ABC067: hue angle of 74.16º 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 #ABC067 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 103 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.25 |
| HSL | 74.16º | 0.41% | 0.58% | - |
| HSV(B) | 74.16º | 0.46% | 0.75% | - |
| XYZ | 38.09 | 47.34 | 19.96 | - |
| YUV | 175.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 103 | 0.11 | 0 | 0.46 | 0.25 | 74.16 | 0.41 | 0.58 |
| Hex | AB | C0 | 67 | B | 0 | 2E | 19 | 4A | 29 | 3A |
| Octal | 253 | 300 | 147 | 13 | 0 | 56 | 31 | 112 | 51 | 72 |
| Binary | 10101011 | 11000000 | 1100111 | 1011 | 0 | 101110 | 11001 | 1001010 | 101001 | 111010 |
Color Harmonies of #ABC067
Complementary color
Monochromatic Colors of #ABC067
Black with #ABC067
Text Example
Text Example
White with #ABC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC067; }
p { color: rgb(171,192,103); }
H1.HeaderClassName
{
color: #ABC067;
}
.AnyTagClassName
{
color: #ABC067;
}
</style>
background-color css
<style>
a { background-color: #ABC067; }
a { background-color: rgb(171,192,103); }
div.DivClassName
{
background-color: #ABC067;
}
.BgClassName
{
background-color: #ABC067;
}
</style>
border-color css
<style>
span { border-color: #ABC067; }
span { border-color: rgb(171,192,103); }
td.TdClassName
{
border-color: #ABC067;
}
.TagClassName
{
border-color: #ABC067;
}
</style>