Shades of Wild Willow #B7D367
Tints of Wild Willow #B7D367
RGB
CMYK
RGB Variations
Color information
#B7D367 (or 0xB7D367) is known color: Wild Willow. HEX triplet: B7, D3 and 67. RGB value is (183,211,103). Sum of RGB (Red+Green+Blue) = 183+211+103=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D367 is #482C98. Grayscale: #BEBEBE. Windows color (decimal): -4730009 or 6804407. OLE color: 6804407.
HSL color Cylindrical-coordinate representation of color #B7D367: hue angle of 75.56º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7D367 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 103 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.17 |
| HSL | 75.56º | 0.55% | 0.62% | - |
| HSV(B) | 75.56º | 0.51% | 0.83% | - |
| XYZ | 45.27 | 57.64 | 21.57 | - |
| YUV | 190.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 103 | 0.13 | 0 | 0.51 | 0.17 | 75.56 | 0.55 | 0.62 |
| Hex | B7 | D3 | 67 | D | 0 | 33 | 11 | 4C | 37 | 3E |
| Octal | 267 | 323 | 147 | 15 | 0 | 63 | 21 | 114 | 67 | 76 |
| Binary | 10110111 | 11010011 | 1100111 | 1101 | 0 | 110011 | 10001 | 1001100 | 110111 | 111110 |
Color Harmonies of #B7D367
Complementary color
Monochromatic Colors of #B7D367
Black with #B7D367
Text Example
Text Example
White with #B7D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D367; }
p { color: rgb(183,211,103); }
H1.HeaderClassName
{
color: #B7D367;
}
.AnyTagClassName
{
color: #B7D367;
}
</style>
background-color css
<style>
a { background-color: #B7D367; }
a { background-color: rgb(183,211,103); }
div.DivClassName
{
background-color: #B7D367;
}
.BgClassName
{
background-color: #B7D367;
}
</style>
border-color css
<style>
span { border-color: #B7D367; }
span { border-color: rgb(183,211,103); }
td.TdClassName
{
border-color: #B7D367;
}
.TagClassName
{
border-color: #B7D367;
}
</style>