Shades of Wild Willow #ABC265
Tints of Wild Willow #ABC265
RGB
CMYK
RGB Variations
Color information
#ABC265 (or 0xABC265) is known color: Wild Willow. HEX triplet: AB, C2 and 65. RGB value is (171,194,101). Sum of RGB (Red+Green+Blue) = 171+194+101=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC265 is #543D9A. Grayscale: #B0B0B0. Windows color (decimal): -5520795 or 6668971. OLE color: 6668971.
HSL color Cylindrical-coordinate representation of color #ABC265: hue angle of 74.84º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABC265 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 101 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.24 |
| HSL | 74.84º | 0.43% | 0.58% | - |
| HSV(B) | 74.84º | 0.48% | 0.76% | - |
| XYZ | 38.44 | 48.18 | 19.59 | - |
| YUV | 176.52 | 85.38 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 101 | 0.12 | 0 | 0.48 | 0.24 | 74.84 | 0.43 | 0.58 |
| Hex | AB | C2 | 65 | C | 0 | 30 | 18 | 4B | 2B | 3A |
| Octal | 253 | 302 | 145 | 14 | 0 | 60 | 30 | 113 | 53 | 72 |
| Binary | 10101011 | 11000010 | 1100101 | 1100 | 0 | 110000 | 11000 | 1001011 | 101011 | 111010 |
Color Harmonies of #ABC265
Complementary color
Monochromatic Colors of #ABC265
Black with #ABC265
Text Example
Text Example
White with #ABC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC265; }
p { color: rgb(171,194,101); }
H1.HeaderClassName
{
color: #ABC265;
}
.AnyTagClassName
{
color: #ABC265;
}
</style>
background-color css
<style>
a { background-color: #ABC265; }
a { background-color: rgb(171,194,101); }
div.DivClassName
{
background-color: #ABC265;
}
.BgClassName
{
background-color: #ABC265;
}
</style>
border-color css
<style>
span { border-color: #ABC265; }
span { border-color: rgb(171,194,101); }
td.TdClassName
{
border-color: #ABC265;
}
.TagClassName
{
border-color: #ABC265;
}
</style>