Shades of Wild Willow #B8D769
Tints of Wild Willow #B8D769
RGB
CMYK
RGB Variations
Color information
#B8D769 (or 0xB8D769) is known color: Wild Willow. HEX triplet: B8, D7 and 69. RGB value is (184,215,105). Sum of RGB (Red+Green+Blue) = 184+215+105=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D769 is #472896. Grayscale: #C1C1C1. Windows color (decimal): -4663447 or 6936504. OLE color: 6936504.
HSL color Cylindrical-coordinate representation of color #B8D769: hue angle of 76.91º degrees, saturation: 0.58, 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 #B8D769 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 105 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.16 |
| HSL | 76.91º | 0.58% | 0.63% | - |
| HSV(B) | 76.91º | 0.51% | 0.84% | - |
| XYZ | 46.62 | 59.81 | 22.45 | - |
| YUV | 193.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 105 | 0.14 | 0 | 0.51 | 0.16 | 76.91 | 0.58 | 0.63 |
| Hex | B8 | D7 | 69 | E | 0 | 33 | 10 | 4D | 3A | 3F |
| Octal | 270 | 327 | 151 | 16 | 0 | 63 | 20 | 115 | 72 | 77 |
| Binary | 10111000 | 11010111 | 1101001 | 1110 | 0 | 110011 | 10000 | 1001101 | 111010 | 111111 |
Color Harmonies of #B8D769
Complementary color
Monochromatic Colors of #B8D769
Black with #B8D769
Text Example
Text Example
White with #B8D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D769; }
p { color: rgb(184,215,105); }
H1.HeaderClassName
{
color: #B8D769;
}
.AnyTagClassName
{
color: #B8D769;
}
</style>
background-color css
<style>
a { background-color: #B8D769; }
a { background-color: rgb(184,215,105); }
div.DivClassName
{
background-color: #B8D769;
}
.BgClassName
{
background-color: #B8D769;
}
</style>
border-color css
<style>
span { border-color: #B8D769; }
span { border-color: rgb(184,215,105); }
td.TdClassName
{
border-color: #B8D769;
}
.TagClassName
{
border-color: #B8D769;
}
</style>