Shades of Wild Willow #B4D569
Tints of Wild Willow #B4D569
RGB
CMYK
RGB Variations
Color information
#B4D569 (or 0xB4D569) is known color: Wild Willow. HEX triplet: B4, D5 and 69. RGB value is (180,213,105). Sum of RGB (Red+Green+Blue) = 180+213+105=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D569 is #4B2A96. Grayscale: #BFBFBF. Windows color (decimal): -4926103 or 6935988. OLE color: 6935988.
HSL color Cylindrical-coordinate representation of color #B4D569: hue angle of 78.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4D569 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 105 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.16 |
| HSL | 78.33º | 0.56% | 0.62% | - |
| HSV(B) | 78.33º | 0.51% | 0.84% | - |
| XYZ | 45.17 | 58.31 | 22.24 | - |
| YUV | 190.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 105 | 0.15 | 0 | 0.51 | 0.16 | 78.33 | 0.56 | 0.62 |
| Hex | B4 | D5 | 69 | F | 0 | 33 | 10 | 4E | 38 | 3E |
| Octal | 264 | 325 | 151 | 17 | 0 | 63 | 20 | 116 | 70 | 76 |
| Binary | 10110100 | 11010101 | 1101001 | 1111 | 0 | 110011 | 10000 | 1001110 | 111000 | 111110 |
Color Harmonies of #B4D569
Complementary color
Monochromatic Colors of #B4D569
Black with #B4D569
Text Example
Text Example
White with #B4D569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D569; }
p { color: rgb(180,213,105); }
H1.HeaderClassName
{
color: #B4D569;
}
.AnyTagClassName
{
color: #B4D569;
}
</style>
background-color css
<style>
a { background-color: #B4D569; }
a { background-color: rgb(180,213,105); }
div.DivClassName
{
background-color: #B4D569;
}
.BgClassName
{
background-color: #B4D569;
}
</style>
border-color css
<style>
span { border-color: #B4D569; }
span { border-color: rgb(180,213,105); }
td.TdClassName
{
border-color: #B4D569;
}
.TagClassName
{
border-color: #B4D569;
}
</style>