Shades of Wild Willow #ABC467
Tints of Wild Willow #ABC467
RGB
CMYK
RGB Variations
Color information
#ABC467 (or 0xABC467) is known color: Wild Willow. HEX triplet: AB, C4 and 67. RGB value is (171,196,103). Sum of RGB (Red+Green+Blue) = 171+196+103=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC467 is #543B98. Grayscale: #B2B2B2. Windows color (decimal): -5520281 or 6800555. OLE color: 6800555.
HSL color Cylindrical-coordinate representation of color #ABC467: hue angle of 76.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABC467 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 103 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.23 |
| HSL | 76.13º | 0.44% | 0.59% | - |
| HSV(B) | 76.13º | 0.47% | 0.77% | - |
| XYZ | 38.98 | 49.12 | 20.26 | - |
| YUV | 177.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 103 | 0.13 | 0 | 0.47 | 0.23 | 76.13 | 0.44 | 0.59 |
| Hex | AB | C4 | 67 | D | 0 | 2F | 17 | 4C | 2C | 3B |
| Octal | 253 | 304 | 147 | 15 | 0 | 57 | 27 | 114 | 54 | 73 |
| Binary | 10101011 | 11000100 | 1100111 | 1101 | 0 | 101111 | 10111 | 1001100 | 101100 | 111011 |
Color Harmonies of #ABC467
Complementary color
Monochromatic Colors of #ABC467
Black with #ABC467
Text Example
Text Example
White with #ABC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC467; }
p { color: rgb(171,196,103); }
H1.HeaderClassName
{
color: #ABC467;
}
.AnyTagClassName
{
color: #ABC467;
}
</style>
background-color css
<style>
a { background-color: #ABC467; }
a { background-color: rgb(171,196,103); }
div.DivClassName
{
background-color: #ABC467;
}
.BgClassName
{
background-color: #ABC467;
}
</style>
border-color css
<style>
span { border-color: #ABC467; }
span { border-color: rgb(171,196,103); }
td.TdClassName
{
border-color: #ABC467;
}
.TagClassName
{
border-color: #ABC467;
}
</style>