Shades of Wild Willow #B9C15B
Tints of Wild Willow #B9C15B
RGB
CMYK
RGB Variations
Color information
#B9C15B (or 0xB9C15B) is known color: Wild Willow. HEX triplet: B9, C1 and 5B. RGB value is (185,193,91). Sum of RGB (Red+Green+Blue) = 185+193+91=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C15B is #463EA4. Grayscale: #B3B3B3. Windows color (decimal): -4603557 or 6013369. OLE color: 6013369.
HSL color Cylindrical-coordinate representation of color #B9C15B: hue angle of 64.71º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9C15B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 91 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.24 |
| HSL | 64.71º | 0.45% | 0.56% | - |
| HSV(B) | 64.71º | 0.53% | 0.76% | - |
| XYZ | 40.97 | 49.21 | 17.24 | - |
| YUV | 178.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 91 | 0.04 | 0 | 0.53 | 0.24 | 64.71 | 0.45 | 0.56 |
| Hex | B9 | C1 | 5B | 4 | 0 | 35 | 18 | 41 | 2D | 38 |
| Octal | 271 | 301 | 133 | 4 | 0 | 65 | 30 | 101 | 55 | 70 |
| Binary | 10111001 | 11000001 | 1011011 | 100 | 0 | 110101 | 11000 | 1000001 | 101101 | 111000 |
Color Harmonies of #B9C15B
Complementary color
Monochromatic Colors of #B9C15B
Black with #B9C15B
Text Example
Text Example
White with #B9C15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C15B; }
p { color: rgb(185,193,91); }
H1.HeaderClassName
{
color: #B9C15B;
}
.AnyTagClassName
{
color: #B9C15B;
}
</style>
background-color css
<style>
a { background-color: #B9C15B; }
a { background-color: rgb(185,193,91); }
div.DivClassName
{
background-color: #B9C15B;
}
.BgClassName
{
background-color: #B9C15B;
}
</style>
border-color css
<style>
span { border-color: #B9C15B; }
span { border-color: rgb(185,193,91); }
td.TdClassName
{
border-color: #B9C15B;
}
.TagClassName
{
border-color: #B9C15B;
}
</style>