Shades of Wild Willow #B9C65F
Tints of Wild Willow #B9C65F
RGB
CMYK
RGB Variations
Color information
#B9C65F (or 0xB9C65F) is known color: Wild Willow. HEX triplet: B9, C6 and 5F. RGB value is (185,198,95). Sum of RGB (Red+Green+Blue) = 185+198+95=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C65F is #4639A0. Grayscale: #B6B6B6. Windows color (decimal): -4602273 or 6276793. OLE color: 6276793.
HSL color Cylindrical-coordinate representation of color #B9C65F: hue angle of 67.57º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9C65F is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 95 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.22 |
| HSL | 67.57º | 0.47% | 0.57% | - |
| HSV(B) | 67.57º | 0.52% | 0.78% | - |
| XYZ | 42.27 | 51.53 | 18.54 | - |
| YUV | 182.37 | 78.69 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 95 | 0.07 | 0 | 0.52 | 0.22 | 67.57 | 0.47 | 0.57 |
| Hex | B9 | C6 | 5F | 7 | 0 | 34 | 16 | 44 | 2F | 39 |
| Octal | 271 | 306 | 137 | 7 | 0 | 64 | 26 | 104 | 57 | 71 |
| Binary | 10111001 | 11000110 | 1011111 | 111 | 0 | 110100 | 10110 | 1000100 | 101111 | 111001 |
Color Harmonies of #B9C65F
Complementary color
Monochromatic Colors of #B9C65F
Black with #B9C65F
Text Example
Text Example
White with #B9C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C65F; }
p { color: rgb(185,198,95); }
H1.HeaderClassName
{
color: #B9C65F;
}
.AnyTagClassName
{
color: #B9C65F;
}
</style>
background-color css
<style>
a { background-color: #B9C65F; }
a { background-color: rgb(185,198,95); }
div.DivClassName
{
background-color: #B9C65F;
}
.BgClassName
{
background-color: #B9C65F;
}
</style>
border-color css
<style>
span { border-color: #B9C65F; }
span { border-color: rgb(185,198,95); }
td.TdClassName
{
border-color: #B9C65F;
}
.TagClassName
{
border-color: #B9C65F;
}
</style>