Shades of Wild Willow #ABC263
Tints of Wild Willow #ABC263
RGB
CMYK
RGB Variations
Color information
#ABC263 (or 0xABC263) is known color: Wild Willow. HEX triplet: AB, C2 and 63. RGB value is (171,194,99). Sum of RGB (Red+Green+Blue) = 171+194+99=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC263 is #543D9C. Grayscale: #B0B0B0. Windows color (decimal): -5520797 or 6537899. OLE color: 6537899.
HSL color Cylindrical-coordinate representation of color #ABC263: hue angle of 74.53º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABC263 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 99 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.24 |
| HSL | 74.53º | 0.44% | 0.57% | - |
| HSV(B) | 74.53º | 0.49% | 0.76% | - |
| XYZ | 38.34 | 48.14 | 19.08 | - |
| YUV | 176.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 99 | 0.12 | 0 | 0.49 | 0.24 | 74.53 | 0.44 | 0.57 |
| Hex | AB | C2 | 63 | C | 0 | 31 | 18 | 4B | 2C | 39 |
| Octal | 253 | 302 | 143 | 14 | 0 | 61 | 30 | 113 | 54 | 71 |
| Binary | 10101011 | 11000010 | 1100011 | 1100 | 0 | 110001 | 11000 | 1001011 | 101100 | 111001 |
Color Harmonies of #ABC263
Complementary color
Monochromatic Colors of #ABC263
Black with #ABC263
Text Example
Text Example
White with #ABC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC263; }
p { color: rgb(171,194,99); }
H1.HeaderClassName
{
color: #ABC263;
}
.AnyTagClassName
{
color: #ABC263;
}
</style>
background-color css
<style>
a { background-color: #ABC263; }
a { background-color: rgb(171,194,99); }
div.DivClassName
{
background-color: #ABC263;
}
.BgClassName
{
background-color: #ABC263;
}
</style>
border-color css
<style>
span { border-color: #ABC263; }
span { border-color: rgb(171,194,99); }
td.TdClassName
{
border-color: #ABC263;
}
.TagClassName
{
border-color: #ABC263;
}
</style>