Shades of Wild Willow #B9C958
Tints of Wild Willow #B9C958
RGB
CMYK
RGB Variations
Color information
#B9C958 (or 0xB9C958) is known color: Wild Willow. HEX triplet: B9, C9 and 58. RGB value is (185,201,88). Sum of RGB (Red+Green+Blue) = 185+201+88=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C958 is #4636A7. Grayscale: #B7B7B7. Windows color (decimal): -4601512 or 5818809. OLE color: 5818809.
HSL color Cylindrical-coordinate representation of color #B9C958: hue angle of 68.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9C958 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 88 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.21 |
| HSL | 68.5º | 0.51% | 0.57% | - |
| HSV(B) | 68.5º | 0.56% | 0.79% | - |
| XYZ | 42.66 | 52.79 | 17.17 | - |
| YUV | 183.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 88 | 0.08 | 0 | 0.56 | 0.21 | 68.5 | 0.51 | 0.57 |
| Hex | B9 | C9 | 58 | 8 | 0 | 38 | 15 | 44 | 33 | 39 |
| Octal | 271 | 311 | 130 | 10 | 0 | 70 | 25 | 104 | 63 | 71 |
| Binary | 10111001 | 11001001 | 1011000 | 1000 | 0 | 111000 | 10101 | 1000100 | 110011 | 111001 |
Color Harmonies of #B9C958
Complementary color
Monochromatic Colors of #B9C958
Black with #B9C958
Text Example
Text Example
White with #B9C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C958; }
p { color: rgb(185,201,88); }
H1.HeaderClassName
{
color: #B9C958;
}
.AnyTagClassName
{
color: #B9C958;
}
</style>
background-color css
<style>
a { background-color: #B9C958; }
a { background-color: rgb(185,201,88); }
div.DivClassName
{
background-color: #B9C958;
}
.BgClassName
{
background-color: #B9C958;
}
</style>
border-color css
<style>
span { border-color: #B9C958; }
span { border-color: rgb(185,201,88); }
td.TdClassName
{
border-color: #B9C958;
}
.TagClassName
{
border-color: #B9C958;
}
</style>