Shades of Wild Willow #B7D562
Tints of Wild Willow #B7D562
RGB
CMYK
RGB Variations
Color information
#B7D562 (or 0xB7D562) is known color: Wild Willow. HEX triplet: B7, D5 and 62. RGB value is (183,213,98). Sum of RGB (Red+Green+Blue) = 183+213+98=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D562 is #482A9D. Grayscale: #BFBFBF. Windows color (decimal): -4729502 or 6477239. OLE color: 6477239.
HSL color Cylindrical-coordinate representation of color #B7D562: hue angle of 75.65º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7D562 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 98 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.16 |
| HSL | 75.65º | 0.58% | 0.61% | - |
| HSV(B) | 75.65º | 0.54% | 0.84% | - |
| XYZ | 45.53 | 58.54 | 20.45 | - |
| YUV | 190.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 98 | 0.14 | 0 | 0.54 | 0.16 | 75.65 | 0.58 | 0.61 |
| Hex | B7 | D5 | 62 | E | 0 | 36 | 10 | 4C | 3A | 3D |
| Octal | 267 | 325 | 142 | 16 | 0 | 66 | 20 | 114 | 72 | 75 |
| Binary | 10110111 | 11010101 | 1100010 | 1110 | 0 | 110110 | 10000 | 1001100 | 111010 | 111101 |
Color Harmonies of #B7D562
Complementary color
Monochromatic Colors of #B7D562
Black with #B7D562
Text Example
Text Example
White with #B7D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D562; }
p { color: rgb(183,213,98); }
H1.HeaderClassName
{
color: #B7D562;
}
.AnyTagClassName
{
color: #B7D562;
}
</style>
background-color css
<style>
a { background-color: #B7D562; }
a { background-color: rgb(183,213,98); }
div.DivClassName
{
background-color: #B7D562;
}
.BgClassName
{
background-color: #B7D562;
}
</style>
border-color css
<style>
span { border-color: #B7D562; }
span { border-color: rgb(183,213,98); }
td.TdClassName
{
border-color: #B7D562;
}
.TagClassName
{
border-color: #B7D562;
}
</style>