Shades of Wild Willow #B7D054
Tints of Wild Willow #B7D054
RGB
CMYK
RGB Variations
Color information
#B7D054 (or 0xB7D054) is known color: Wild Willow. HEX triplet: B7, D0 and 54. RGB value is (183,208,84). Sum of RGB (Red+Green+Blue) = 183+208+84=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D054 is #482FAB. Grayscale: #BABABA. Windows color (decimal): -4730796 or 5558455. OLE color: 5558455.
HSL color Cylindrical-coordinate representation of color #B7D054: hue angle of 72.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7D054 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 84 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.18 |
| HSL | 72.1º | 0.57% | 0.57% | - |
| HSV(B) | 72.1º | 0.6% | 0.82% | - |
| XYZ | 43.68 | 55.82 | 16.86 | - |
| YUV | 186.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 84 | 0.12 | 0 | 0.60 | 0.18 | 72.1 | 0.57 | 0.57 |
| Hex | B7 | D0 | 54 | C | 0 | 3C | 12 | 48 | 39 | 39 |
| Octal | 267 | 320 | 124 | 14 | 0 | 74 | 22 | 110 | 71 | 71 |
| Binary | 10110111 | 11010000 | 1010100 | 1100 | 0 | 111100 | 10010 | 1001000 | 111001 | 111001 |
Color Harmonies of #B7D054
Complementary color
Monochromatic Colors of #B7D054
Black with #B7D054
Text Example
Text Example
White with #B7D054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D054; }
p { color: rgb(183,208,84); }
H1.HeaderClassName
{
color: #B7D054;
}
.AnyTagClassName
{
color: #B7D054;
}
</style>
background-color css
<style>
a { background-color: #B7D054; }
a { background-color: rgb(183,208,84); }
div.DivClassName
{
background-color: #B7D054;
}
.BgClassName
{
background-color: #B7D054;
}
</style>
border-color css
<style>
span { border-color: #B7D054; }
span { border-color: rgb(183,208,84); }
td.TdClassName
{
border-color: #B7D054;
}
.TagClassName
{
border-color: #B7D054;
}
</style>