Shades of Wild Willow #B7CA56
Tints of Wild Willow #B7CA56
RGB
CMYK
RGB Variations
Color information
#B7CA56 (or 0xB7CA56) is known color: Wild Willow. HEX triplet: B7, CA and 56. RGB value is (183,202,86). Sum of RGB (Red+Green+Blue) = 183+202+86=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA56 is #4835A9. Grayscale: #B7B7B7. Windows color (decimal): -4732330 or 5687991. OLE color: 5687991.
HSL color Cylindrical-coordinate representation of color #B7CA56: hue angle of 69.83º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7CA56 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 86 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.21 |
| HSL | 69.83º | 0.52% | 0.56% | - |
| HSV(B) | 69.83º | 0.57% | 0.79% | - |
| XYZ | 42.33 | 52.98 | 16.8 | - |
| YUV | 183.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 86 | 0.09 | 0 | 0.57 | 0.21 | 69.83 | 0.52 | 0.56 |
| Hex | B7 | CA | 56 | 9 | 0 | 39 | 15 | 46 | 34 | 38 |
| Octal | 267 | 312 | 126 | 11 | 0 | 71 | 25 | 106 | 64 | 70 |
| Binary | 10110111 | 11001010 | 1010110 | 1001 | 0 | 111001 | 10101 | 1000110 | 110100 | 111000 |
Color Harmonies of #B7CA56
Complementary color
Monochromatic Colors of #B7CA56
Black with #B7CA56
Text Example
Text Example
White with #B7CA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA56; }
p { color: rgb(183,202,86); }
H1.HeaderClassName
{
color: #B7CA56;
}
.AnyTagClassName
{
color: #B7CA56;
}
</style>
background-color css
<style>
a { background-color: #B7CA56; }
a { background-color: rgb(183,202,86); }
div.DivClassName
{
background-color: #B7CA56;
}
.BgClassName
{
background-color: #B7CA56;
}
</style>
border-color css
<style>
span { border-color: #B7CA56; }
span { border-color: rgb(183,202,86); }
td.TdClassName
{
border-color: #B7CA56;
}
.TagClassName
{
border-color: #B7CA56;
}
</style>