Shades of Wild Willow #B7C957
Tints of Wild Willow #B7C957
RGB
CMYK
RGB Variations
Color information
#B7C957 (or 0xB7C957) is known color: Wild Willow. HEX triplet: B7, C9 and 57. RGB value is (183,201,87). Sum of RGB (Red+Green+Blue) = 183+201+87=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C957 is #4836A8. Grayscale: #B7B7B7. Windows color (decimal): -4732585 or 5753271. OLE color: 5753271.
HSL color Cylindrical-coordinate representation of color #B7C957: hue angle of 69.47º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7C957 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 201 | 87 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.21 |
| HSL | 69.47º | 0.51% | 0.56% | - |
| HSV(B) | 69.47º | 0.57% | 0.79% | - |
| XYZ | 42.14 | 52.53 | 16.94 | - |
| YUV | 182.62 | 74.04 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 201 | 87 | 0.09 | 0 | 0.57 | 0.21 | 69.47 | 0.51 | 0.56 |
| Hex | B7 | C9 | 57 | 9 | 0 | 39 | 15 | 45 | 33 | 38 |
| Octal | 267 | 311 | 127 | 11 | 0 | 71 | 25 | 105 | 63 | 70 |
| Binary | 10110111 | 11001001 | 1010111 | 1001 | 0 | 111001 | 10101 | 1000101 | 110011 | 111000 |
Color Harmonies of #B7C957
Complementary color
Monochromatic Colors of #B7C957
Black with #B7C957
Text Example
Text Example
White with #B7C957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C957; }
p { color: rgb(183,201,87); }
H1.HeaderClassName
{
color: #B7C957;
}
.AnyTagClassName
{
color: #B7C957;
}
</style>
background-color css
<style>
a { background-color: #B7C957; }
a { background-color: rgb(183,201,87); }
div.DivClassName
{
background-color: #B7C957;
}
.BgClassName
{
background-color: #B7C957;
}
</style>
border-color css
<style>
span { border-color: #B7C957; }
span { border-color: rgb(183,201,87); }
td.TdClassName
{
border-color: #B7C957;
}
.TagClassName
{
border-color: #B7C957;
}
</style>