Shades of Wild Willow #B4D56C
Tints of Wild Willow #B4D56C
RGB
CMYK
RGB Variations
Color information
#B4D56C (or 0xB4D56C) is known color: Wild Willow. HEX triplet: B4, D5 and 6C. RGB value is (180,213,108). Sum of RGB (Red+Green+Blue) = 180+213+108=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D56C is #4B2A93. Grayscale: #BFBFBF. Windows color (decimal): -4926100 or 7132596. OLE color: 7132596.
HSL color Cylindrical-coordinate representation of color #B4D56C: hue angle of 78.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4D56C is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 108 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.16 |
| HSL | 78.86º | 0.56% | 0.63% | - |
| HSV(B) | 78.86º | 0.49% | 0.84% | - |
| XYZ | 45.32 | 58.37 | 23.07 | - |
| YUV | 191.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 108 | 0.15 | 0 | 0.49 | 0.16 | 78.86 | 0.56 | 0.63 |
| Hex | B4 | D5 | 6C | F | 0 | 31 | 10 | 4F | 38 | 3F |
| Octal | 264 | 325 | 154 | 17 | 0 | 61 | 20 | 117 | 70 | 77 |
| Binary | 10110100 | 11010101 | 1101100 | 1111 | 0 | 110001 | 10000 | 1001111 | 111000 | 111111 |
Color Harmonies of #B4D56C
Complementary color
Monochromatic Colors of #B4D56C
Black with #B4D56C
Text Example
Text Example
White with #B4D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D56C; }
p { color: rgb(180,213,108); }
H1.HeaderClassName
{
color: #B4D56C;
}
.AnyTagClassName
{
color: #B4D56C;
}
</style>
background-color css
<style>
a { background-color: #B4D56C; }
a { background-color: rgb(180,213,108); }
div.DivClassName
{
background-color: #B4D56C;
}
.BgClassName
{
background-color: #B4D56C;
}
</style>
border-color css
<style>
span { border-color: #B4D56C; }
span { border-color: rgb(180,213,108); }
td.TdClassName
{
border-color: #B4D56C;
}
.TagClassName
{
border-color: #B4D56C;
}
</style>