Shades of Wild Willow #B9C659
Tints of Wild Willow #B9C659
RGB
CMYK
RGB Variations
Color information
#B9C659 (or 0xB9C659) is known color: Wild Willow. HEX triplet: B9, C6 and 59. RGB value is (185,198,89). Sum of RGB (Red+Green+Blue) = 185+198+89=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C659 is #4639A6. Grayscale: #B6B6B6. Windows color (decimal): -4602279 or 5883577. OLE color: 5883577.
HSL color Cylindrical-coordinate representation of color #B9C659: hue angle of 67.16º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9C659 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 89 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.22 |
| HSL | 67.16º | 0.49% | 0.56% | - |
| HSV(B) | 67.16º | 0.55% | 0.78% | - |
| XYZ | 42 | 51.42 | 17.16 | - |
| YUV | 181.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 89 | 0.07 | 0 | 0.55 | 0.22 | 67.16 | 0.49 | 0.56 |
| Hex | B9 | C6 | 59 | 7 | 0 | 37 | 16 | 43 | 31 | 38 |
| Octal | 271 | 306 | 131 | 7 | 0 | 67 | 26 | 103 | 61 | 70 |
| Binary | 10111001 | 11000110 | 1011001 | 111 | 0 | 110111 | 10110 | 1000011 | 110001 | 111000 |
Color Harmonies of #B9C659
Complementary color
Monochromatic Colors of #B9C659
Black with #B9C659
Text Example
Text Example
White with #B9C659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C659; }
p { color: rgb(185,198,89); }
H1.HeaderClassName
{
color: #B9C659;
}
.AnyTagClassName
{
color: #B9C659;
}
</style>
background-color css
<style>
a { background-color: #B9C659; }
a { background-color: rgb(185,198,89); }
div.DivClassName
{
background-color: #B9C659;
}
.BgClassName
{
background-color: #B9C659;
}
</style>
border-color css
<style>
span { border-color: #B9C659; }
span { border-color: rgb(185,198,89); }
td.TdClassName
{
border-color: #B9C659;
}
.TagClassName
{
border-color: #B9C659;
}
</style>