Shades of Wild Willow #ABC367
Tints of Wild Willow #ABC367
RGB
CMYK
RGB Variations
Color information
#ABC367 (or 0xABC367) is known color: Wild Willow. HEX triplet: AB, C3 and 67. RGB value is (171,195,103). Sum of RGB (Red+Green+Blue) = 171+195+103=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC367 is #543C98. Grayscale: #B1B1B1. Windows color (decimal): -5520537 or 6800299. OLE color: 6800299.
HSL color Cylindrical-coordinate representation of color #ABC367: hue angle of 75.65º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABC367 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 103 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.24 |
| HSL | 75.65º | 0.43% | 0.58% | - |
| HSV(B) | 75.65º | 0.47% | 0.76% | - |
| XYZ | 38.76 | 48.67 | 20.18 | - |
| YUV | 177.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 103 | 0.12 | 0 | 0.47 | 0.24 | 75.65 | 0.43 | 0.58 |
| Hex | AB | C3 | 67 | C | 0 | 2F | 18 | 4C | 2B | 3A |
| Octal | 253 | 303 | 147 | 14 | 0 | 57 | 30 | 114 | 53 | 72 |
| Binary | 10101011 | 11000011 | 1100111 | 1100 | 0 | 101111 | 11000 | 1001100 | 101011 | 111010 |
Color Harmonies of #ABC367
Complementary color
Monochromatic Colors of #ABC367
Black with #ABC367
Text Example
Text Example
White with #ABC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC367; }
p { color: rgb(171,195,103); }
H1.HeaderClassName
{
color: #ABC367;
}
.AnyTagClassName
{
color: #ABC367;
}
</style>
background-color css
<style>
a { background-color: #ABC367; }
a { background-color: rgb(171,195,103); }
div.DivClassName
{
background-color: #ABC367;
}
.BgClassName
{
background-color: #ABC367;
}
</style>
border-color css
<style>
span { border-color: #ABC367; }
span { border-color: rgb(171,195,103); }
td.TdClassName
{
border-color: #ABC367;
}
.TagClassName
{
border-color: #ABC367;
}
</style>