Shades of Wild Willow #B4D05F
Tints of Wild Willow #B4D05F
RGB
CMYK
RGB Variations
Color information
#B4D05F (or 0xB4D05F) is known color: Wild Willow. HEX triplet: B4, D0 and 5F. RGB value is (180,208,95). Sum of RGB (Red+Green+Blue) = 180+208+95=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D05F is #4B2FA0. Grayscale: #BBBBBB. Windows color (decimal): -4927393 or 6279348. OLE color: 6279348.
HSL color Cylindrical-coordinate representation of color #B4D05F: hue angle of 74.87º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4D05F is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 95 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.18 |
| HSL | 74.87º | 0.55% | 0.59% | - |
| HSV(B) | 74.87º | 0.54% | 0.82% | - |
| XYZ | 43.44 | 55.64 | 19.28 | - |
| YUV | 186.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 95 | 0.13 | 0 | 0.54 | 0.18 | 74.87 | 0.55 | 0.59 |
| Hex | B4 | D0 | 5F | D | 0 | 36 | 12 | 4B | 37 | 3B |
| Octal | 264 | 320 | 137 | 15 | 0 | 66 | 22 | 113 | 67 | 73 |
| Binary | 10110100 | 11010000 | 1011111 | 1101 | 0 | 110110 | 10010 | 1001011 | 110111 | 111011 |
Color Harmonies of #B4D05F
Complementary color
Monochromatic Colors of #B4D05F
Black with #B4D05F
Text Example
Text Example
White with #B4D05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D05F; }
p { color: rgb(180,208,95); }
H1.HeaderClassName
{
color: #B4D05F;
}
.AnyTagClassName
{
color: #B4D05F;
}
</style>
background-color css
<style>
a { background-color: #B4D05F; }
a { background-color: rgb(180,208,95); }
div.DivClassName
{
background-color: #B4D05F;
}
.BgClassName
{
background-color: #B4D05F;
}
</style>
border-color css
<style>
span { border-color: #B4D05F; }
span { border-color: rgb(180,208,95); }
td.TdClassName
{
border-color: #B4D05F;
}
.TagClassName
{
border-color: #B4D05F;
}
</style>