Shades of Wild Willow #B4D367
Tints of Wild Willow #B4D367
RGB
CMYK
RGB Variations
Color information
#B4D367 (or 0xB4D367) is known color: Wild Willow. HEX triplet: B4, D3 and 67. RGB value is (180,211,103). Sum of RGB (Red+Green+Blue) = 180+211+103=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D367 is #4B2C98. Grayscale: #BDBDBD. Windows color (decimal): -4926617 or 6804404. OLE color: 6804404.
HSL color Cylindrical-coordinate representation of color #B4D367: hue angle of 77.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4D367 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 211 | 103 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.17 |
| HSL | 77.22º | 0.55% | 0.62% | - |
| HSV(B) | 77.22º | 0.51% | 0.83% | - |
| XYZ | 44.56 | 57.27 | 21.54 | - |
| YUV | 189.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 103 | 0.15 | 0 | 0.51 | 0.17 | 77.22 | 0.55 | 0.62 |
| Hex | B4 | D3 | 67 | F | 0 | 33 | 11 | 4D | 37 | 3E |
| Octal | 264 | 323 | 147 | 17 | 0 | 63 | 21 | 115 | 67 | 76 |
| Binary | 10110100 | 11010011 | 1100111 | 1111 | 0 | 110011 | 10001 | 1001101 | 110111 | 111110 |
Color Harmonies of #B4D367
Complementary color
Monochromatic Colors of #B4D367
Black with #B4D367
Text Example
Text Example
White with #B4D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D367; }
p { color: rgb(180,211,103); }
H1.HeaderClassName
{
color: #B4D367;
}
.AnyTagClassName
{
color: #B4D367;
}
</style>
background-color css
<style>
a { background-color: #B4D367; }
a { background-color: rgb(180,211,103); }
div.DivClassName
{
background-color: #B4D367;
}
.BgClassName
{
background-color: #B4D367;
}
</style>
border-color css
<style>
span { border-color: #B4D367; }
span { border-color: rgb(180,211,103); }
td.TdClassName
{
border-color: #B4D367;
}
.TagClassName
{
border-color: #B4D367;
}
</style>