Shades of Wild Willow #B9C258
Tints of Wild Willow #B9C258
RGB
CMYK
RGB Variations
Color information
#B9C258 (or 0xB9C258) is known color: Wild Willow. HEX triplet: B9, C2 and 58. RGB value is (185,194,88). Sum of RGB (Red+Green+Blue) = 185+194+88=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C258 is #463DA7. Grayscale: #B3B3B3. Windows color (decimal): -4603304 or 5817017. OLE color: 5817017.
HSL color Cylindrical-coordinate representation of color #B9C258: hue angle of 65.09º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9C258 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 88 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.24 |
| HSL | 65.09º | 0.46% | 0.55% | - |
| HSV(B) | 65.09º | 0.55% | 0.76% | - |
| XYZ | 41.06 | 49.6 | 16.64 | - |
| YUV | 179.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 88 | 0.05 | 0 | 0.55 | 0.24 | 65.09 | 0.46 | 0.55 |
| Hex | B9 | C2 | 58 | 5 | 0 | 37 | 18 | 41 | 2E | 37 |
| Octal | 271 | 302 | 130 | 5 | 0 | 67 | 30 | 101 | 56 | 67 |
| Binary | 10111001 | 11000010 | 1011000 | 101 | 0 | 110111 | 11000 | 1000001 | 101110 | 110111 |
Color Harmonies of #B9C258
Complementary color
Monochromatic Colors of #B9C258
Black with #B9C258
Text Example
Text Example
White with #B9C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C258; }
p { color: rgb(185,194,88); }
H1.HeaderClassName
{
color: #B9C258;
}
.AnyTagClassName
{
color: #B9C258;
}
</style>
background-color css
<style>
a { background-color: #B9C258; }
a { background-color: rgb(185,194,88); }
div.DivClassName
{
background-color: #B9C258;
}
.BgClassName
{
background-color: #B9C258;
}
</style>
border-color css
<style>
span { border-color: #B9C258; }
span { border-color: rgb(185,194,88); }
td.TdClassName
{
border-color: #B9C258;
}
.TagClassName
{
border-color: #B9C258;
}
</style>