Shades of Wild Willow #B9C55B
Tints of Wild Willow #B9C55B
RGB
CMYK
RGB Variations
Color information
#B9C55B (or 0xB9C55B) is known color: Wild Willow. HEX triplet: B9, C5 and 5B. RGB value is (185,197,91). Sum of RGB (Red+Green+Blue) = 185+197+91=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C55B is #463AA4. Grayscale: #B5B5B5. Windows color (decimal): -4602533 or 6014393. OLE color: 6014393.
HSL color Cylindrical-coordinate representation of color #B9C55B: hue angle of 66.79º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9C55B is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 91 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.23 |
| HSL | 66.79º | 0.48% | 0.56% | - |
| HSV(B) | 66.79º | 0.54% | 0.77% | - |
| XYZ | 41.86 | 51 | 17.54 | - |
| YUV | 181.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 91 | 0.06 | 0 | 0.54 | 0.23 | 66.79 | 0.48 | 0.56 |
| Hex | B9 | C5 | 5B | 6 | 0 | 36 | 17 | 43 | 30 | 38 |
| Octal | 271 | 305 | 133 | 6 | 0 | 66 | 27 | 103 | 60 | 70 |
| Binary | 10111001 | 11000101 | 1011011 | 110 | 0 | 110110 | 10111 | 1000011 | 110000 | 111000 |
Color Harmonies of #B9C55B
Complementary color
Monochromatic Colors of #B9C55B
Black with #B9C55B
Text Example
Text Example
White with #B9C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C55B; }
p { color: rgb(185,197,91); }
H1.HeaderClassName
{
color: #B9C55B;
}
.AnyTagClassName
{
color: #B9C55B;
}
</style>
background-color css
<style>
a { background-color: #B9C55B; }
a { background-color: rgb(185,197,91); }
div.DivClassName
{
background-color: #B9C55B;
}
.BgClassName
{
background-color: #B9C55B;
}
</style>
border-color css
<style>
span { border-color: #B9C55B; }
span { border-color: rgb(185,197,91); }
td.TdClassName
{
border-color: #B9C55B;
}
.TagClassName
{
border-color: #B9C55B;
}
</style>