Shades of Wild Willow #B9C657
Tints of Wild Willow #B9C657
RGB
CMYK
RGB Variations
Color information
#B9C657 (or 0xB9C657) is known color: Wild Willow. HEX triplet: B9, C6 and 57. RGB value is (185,198,87). Sum of RGB (Red+Green+Blue) = 185+198+87=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C657 is #4639A8. Grayscale: #B5B5B5. Windows color (decimal): -4602281 or 5752505. OLE color: 5752505.
HSL color Cylindrical-coordinate representation of color #B9C657: hue angle of 67.03º degrees, saturation: 0.49, 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 #B9C657 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 87 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.22 |
| HSL | 67.03º | 0.49% | 0.56% | - |
| HSV(B) | 67.03º | 0.56% | 0.78% | - |
| XYZ | 41.92 | 51.39 | 16.73 | - |
| YUV | 181.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 87 | 0.07 | 0 | 0.56 | 0.22 | 67.03 | 0.49 | 0.56 |
| Hex | B9 | C6 | 57 | 7 | 0 | 38 | 16 | 43 | 31 | 38 |
| Octal | 271 | 306 | 127 | 7 | 0 | 70 | 26 | 103 | 61 | 70 |
| Binary | 10111001 | 11000110 | 1010111 | 111 | 0 | 111000 | 10110 | 1000011 | 110001 | 111000 |
Color Harmonies of #B9C657
Complementary color
Monochromatic Colors of #B9C657
Black with #B9C657
Text Example
Text Example
White with #B9C657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C657; }
p { color: rgb(185,198,87); }
H1.HeaderClassName
{
color: #B9C657;
}
.AnyTagClassName
{
color: #B9C657;
}
</style>
background-color css
<style>
a { background-color: #B9C657; }
a { background-color: rgb(185,198,87); }
div.DivClassName
{
background-color: #B9C657;
}
.BgClassName
{
background-color: #B9C657;
}
</style>
border-color css
<style>
span { border-color: #B9C657; }
span { border-color: rgb(185,198,87); }
td.TdClassName
{
border-color: #B9C657;
}
.TagClassName
{
border-color: #B9C657;
}
</style>