Shades of Wild Willow #B8D672
Tints of Wild Willow #B8D672
RGB
CMYK
RGB Variations
Color information
#B8D672 (or 0xB8D672) is known color: Wild Willow. HEX triplet: B8, D6 and 72. RGB value is (184,214,114). Sum of RGB (Red+Green+Blue) = 184+214+114=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D672 is #47298D. Grayscale: #C1C1C1. Windows color (decimal): -4663694 or 7526072. OLE color: 7526072.
HSL color Cylindrical-coordinate representation of color #B8D672: hue angle of 78º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8D672 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 114 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.16 |
| HSL | 78º | 0.55% | 0.64% | - |
| HSV(B) | 78º | 0.47% | 0.84% | - |
| XYZ | 46.85 | 59.5 | 24.93 | - |
| YUV | 193.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 114 | 0.14 | 0 | 0.47 | 0.16 | 78 | 0.55 | 0.64 |
| Hex | B8 | D6 | 72 | E | 0 | 2F | 10 | 4E | 37 | 40 |
| Octal | 270 | 326 | 162 | 16 | 0 | 57 | 20 | 116 | 67 | 100 |
| Binary | 10111000 | 11010110 | 1110010 | 1110 | 0 | 101111 | 10000 | 1001110 | 110111 | 1000000 |
Color Harmonies of #B8D672
Complementary color
Monochromatic Colors of #B8D672
Black with #B8D672
Text Example
Text Example
White with #B8D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D672; }
p { color: rgb(184,214,114); }
H1.HeaderClassName
{
color: #B8D672;
}
.AnyTagClassName
{
color: #B8D672;
}
</style>
background-color css
<style>
a { background-color: #B8D672; }
a { background-color: rgb(184,214,114); }
div.DivClassName
{
background-color: #B8D672;
}
.BgClassName
{
background-color: #B8D672;
}
</style>
border-color css
<style>
span { border-color: #B8D672; }
span { border-color: rgb(184,214,114); }
td.TdClassName
{
border-color: #B8D672;
}
.TagClassName
{
border-color: #B8D672;
}
</style>