Shades of Wild Willow #B8D669
Tints of Wild Willow #B8D669
RGB
CMYK
RGB Variations
Color information
#B8D669 (or 0xB8D669) is known color: Wild Willow. HEX triplet: B8, D6 and 69. RGB value is (184,214,105). Sum of RGB (Red+Green+Blue) = 184+214+105=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D669 is #472996. Grayscale: #C1C1C1. Windows color (decimal): -4663703 or 6936248. OLE color: 6936248.
HSL color Cylindrical-coordinate representation of color #B8D669: hue angle of 76.51º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8D669 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 105 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.16 |
| HSL | 76.51º | 0.57% | 0.63% | - |
| HSV(B) | 76.51º | 0.51% | 0.84% | - |
| XYZ | 46.36 | 59.3 | 22.37 | - |
| YUV | 192.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 105 | 0.14 | 0 | 0.51 | 0.16 | 76.51 | 0.57 | 0.63 |
| Hex | B8 | D6 | 69 | E | 0 | 33 | 10 | 4D | 39 | 3F |
| Octal | 270 | 326 | 151 | 16 | 0 | 63 | 20 | 115 | 71 | 77 |
| Binary | 10111000 | 11010110 | 1101001 | 1110 | 0 | 110011 | 10000 | 1001101 | 111001 | 111111 |
Color Harmonies of #B8D669
Complementary color
Monochromatic Colors of #B8D669
Black with #B8D669
Text Example
Text Example
White with #B8D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D669; }
p { color: rgb(184,214,105); }
H1.HeaderClassName
{
color: #B8D669;
}
.AnyTagClassName
{
color: #B8D669;
}
</style>
background-color css
<style>
a { background-color: #B8D669; }
a { background-color: rgb(184,214,105); }
div.DivClassName
{
background-color: #B8D669;
}
.BgClassName
{
background-color: #B8D669;
}
</style>
border-color css
<style>
span { border-color: #B8D669; }
span { border-color: rgb(184,214,105); }
td.TdClassName
{
border-color: #B8D669;
}
.TagClassName
{
border-color: #B8D669;
}
</style>