Shades of Wild Willow #B4C857
Tints of Wild Willow #B4C857
RGB
CMYK
RGB Variations
Color information
#B4C857 (or 0xB4C857) is known color: Wild Willow. HEX triplet: B4, C8 and 57. RGB value is (180,200,87). Sum of RGB (Red+Green+Blue) = 180+200+87=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C857 is #4B37A8. Grayscale: #B5B5B5. Windows color (decimal): -4929449 or 5753012. OLE color: 5753012.
HSL color Cylindrical-coordinate representation of color #B4C857: hue angle of 70.62º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4C857 is Cyan = 0.1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 87 | - |
| CMYK | 0.1 | 0 | 0.56 | 0.22 |
| HSL | 70.62º | 0.51% | 0.56% | - |
| HSV(B) | 70.62º | 0.57% | 0.78% | - |
| XYZ | 41.2 | 51.7 | 16.82 | - |
| YUV | 181.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 87 | 0.1 | 0 | 0.56 | 0.22 | 70.62 | 0.51 | 0.56 |
| Hex | B4 | C8 | 57 | A | 0 | 38 | 16 | 47 | 33 | 38 |
| Octal | 264 | 310 | 127 | 12 | 0 | 70 | 26 | 107 | 63 | 70 |
| Binary | 10110100 | 11001000 | 1010111 | 1010 | 0 | 111000 | 10110 | 1000111 | 110011 | 111000 |
Color Harmonies of #B4C857
Complementary color
Monochromatic Colors of #B4C857
Black with #B4C857
Text Example
Text Example
White with #B4C857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C857; }
p { color: rgb(180,200,87); }
H1.HeaderClassName
{
color: #B4C857;
}
.AnyTagClassName
{
color: #B4C857;
}
</style>
background-color css
<style>
a { background-color: #B4C857; }
a { background-color: rgb(180,200,87); }
div.DivClassName
{
background-color: #B4C857;
}
.BgClassName
{
background-color: #B4C857;
}
</style>
border-color css
<style>
span { border-color: #B4C857; }
span { border-color: rgb(180,200,87); }
td.TdClassName
{
border-color: #B4C857;
}
.TagClassName
{
border-color: #B4C857;
}
</style>