Shades of Wild Willow #B7D15D
Tints of Wild Willow #B7D15D
RGB
CMYK
RGB Variations
Color information
#B7D15D (or 0xB7D15D) is known color: Wild Willow. HEX triplet: B7, D1 and 5D. RGB value is (183,209,93). Sum of RGB (Red+Green+Blue) = 183+209+93=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D15D is #482EA2. Grayscale: #BCBCBC. Windows color (decimal): -4730531 or 6148535. OLE color: 6148535.
HSL color Cylindrical-coordinate representation of color #B7D15D: hue angle of 73.45º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7D15D is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 93 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.18 |
| HSL | 73.45º | 0.56% | 0.59% | - |
| HSV(B) | 73.45º | 0.56% | 0.82% | - |
| XYZ | 44.3 | 56.46 | 18.92 | - |
| YUV | 188 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 93 | 0.12 | 0 | 0.56 | 0.18 | 73.45 | 0.56 | 0.59 |
| Hex | B7 | D1 | 5D | C | 0 | 38 | 12 | 49 | 38 | 3B |
| Octal | 267 | 321 | 135 | 14 | 0 | 70 | 22 | 111 | 70 | 73 |
| Binary | 10110111 | 11010001 | 1011101 | 1100 | 0 | 111000 | 10010 | 1001001 | 111000 | 111011 |
Color Harmonies of #B7D15D
Complementary color
Monochromatic Colors of #B7D15D
Black with #B7D15D
Text Example
Text Example
White with #B7D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D15D; }
p { color: rgb(183,209,93); }
H1.HeaderClassName
{
color: #B7D15D;
}
.AnyTagClassName
{
color: #B7D15D;
}
</style>
background-color css
<style>
a { background-color: #B7D15D; }
a { background-color: rgb(183,209,93); }
div.DivClassName
{
background-color: #B7D15D;
}
.BgClassName
{
background-color: #B7D15D;
}
</style>
border-color css
<style>
span { border-color: #B7D15D; }
span { border-color: rgb(183,209,93); }
td.TdClassName
{
border-color: #B7D15D;
}
.TagClassName
{
border-color: #B7D15D;
}
</style>