Shades of Wild Willow #B9C56F
Tints of Wild Willow #B9C56F
RGB
CMYK
RGB Variations
Color information
#B9C56F (or 0xB9C56F) is known color: Wild Willow. HEX triplet: B9, C5 and 6F. RGB value is (185,197,111). Sum of RGB (Red+Green+Blue) = 185+197+111=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C56F is #463A90. Grayscale: #B7B7B7. Windows color (decimal): -4602513 or 7325113. OLE color: 7325113.
HSL color Cylindrical-coordinate representation of color #B9C56F: hue angle of 68.37º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9C56F is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 111 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.23 |
| HSL | 68.37º | 0.43% | 0.6% | - |
| HSV(B) | 68.37º | 0.44% | 0.77% | - |
| XYZ | 42.84 | 51.39 | 22.7 | - |
| YUV | 183.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 111 | 0.06 | 0 | 0.44 | 0.23 | 68.37 | 0.43 | 0.6 |
| Hex | B9 | C5 | 6F | 6 | 0 | 2C | 17 | 44 | 2B | 3C |
| Octal | 271 | 305 | 157 | 6 | 0 | 54 | 27 | 104 | 53 | 74 |
| Binary | 10111001 | 11000101 | 1101111 | 110 | 0 | 101100 | 10111 | 1000100 | 101011 | 111100 |
Color Harmonies of #B9C56F
Complementary color
Monochromatic Colors of #B9C56F
Black with #B9C56F
Text Example
Text Example
White with #B9C56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C56F; }
p { color: rgb(185,197,111); }
H1.HeaderClassName
{
color: #B9C56F;
}
.AnyTagClassName
{
color: #B9C56F;
}
</style>
background-color css
<style>
a { background-color: #B9C56F; }
a { background-color: rgb(185,197,111); }
div.DivClassName
{
background-color: #B9C56F;
}
.BgClassName
{
background-color: #B9C56F;
}
</style>
border-color css
<style>
span { border-color: #B9C56F; }
span { border-color: rgb(185,197,111); }
td.TdClassName
{
border-color: #B9C56F;
}
.TagClassName
{
border-color: #B9C56F;
}
</style>