Shades of Wild Willow #B7C560
Tints of Wild Willow #B7C560
RGB
CMYK
RGB Variations
Color information
#B7C560 (or 0xB7C560) is known color: Wild Willow. HEX triplet: B7, C5 and 60. RGB value is (183,197,96). Sum of RGB (Red+Green+Blue) = 183+197+96=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C560 is #483A9F. Grayscale: #B5B5B5. Windows color (decimal): -4733600 or 6342071. OLE color: 6342071.
HSL color Cylindrical-coordinate representation of color #B7C560: hue angle of 68.32º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7C560 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 96 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.23 |
| HSL | 68.32º | 0.47% | 0.57% | - |
| HSV(B) | 68.32º | 0.51% | 0.77% | - |
| XYZ | 41.61 | 50.84 | 18.69 | - |
| YUV | 181.3 | 79.86 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 96 | 0.07 | 0 | 0.51 | 0.23 | 68.32 | 0.47 | 0.57 |
| Hex | B7 | C5 | 60 | 7 | 0 | 33 | 17 | 44 | 2F | 39 |
| Octal | 267 | 305 | 140 | 7 | 0 | 63 | 27 | 104 | 57 | 71 |
| Binary | 10110111 | 11000101 | 1100000 | 111 | 0 | 110011 | 10111 | 1000100 | 101111 | 111001 |
Color Harmonies of #B7C560
Complementary color
Monochromatic Colors of #B7C560
Black with #B7C560
Text Example
Text Example
White with #B7C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C560; }
p { color: rgb(183,197,96); }
H1.HeaderClassName
{
color: #B7C560;
}
.AnyTagClassName
{
color: #B7C560;
}
</style>
background-color css
<style>
a { background-color: #B7C560; }
a { background-color: rgb(183,197,96); }
div.DivClassName
{
background-color: #B7C560;
}
.BgClassName
{
background-color: #B7C560;
}
</style>
border-color css
<style>
span { border-color: #B7C560; }
span { border-color: rgb(183,197,96); }
td.TdClassName
{
border-color: #B7C560;
}
.TagClassName
{
border-color: #B7C560;
}
</style>