Shades of Wild Willow #B9C95D
Tints of Wild Willow #B9C95D
RGB
CMYK
RGB Variations
Color information
#B9C95D (or 0xB9C95D) is known color: Wild Willow. HEX triplet: B9, C9 and 5D. RGB value is (185,201,93). Sum of RGB (Red+Green+Blue) = 185+201+93=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C95D is #4636A2. Grayscale: #B8B8B8. Windows color (decimal): -4601507 or 6146489. OLE color: 6146489.
HSL color Cylindrical-coordinate representation of color #B9C95D: hue angle of 68.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9C95D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 93 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.21 |
| HSL | 68.89º | 0.5% | 0.58% | - |
| HSV(B) | 68.89º | 0.54% | 0.79% | - |
| XYZ | 42.87 | 52.88 | 18.3 | - |
| YUV | 183.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 93 | 0.08 | 0 | 0.54 | 0.21 | 68.89 | 0.5 | 0.58 |
| Hex | B9 | C9 | 5D | 8 | 0 | 36 | 15 | 45 | 32 | 3A |
| Octal | 271 | 311 | 135 | 10 | 0 | 66 | 25 | 105 | 62 | 72 |
| Binary | 10111001 | 11001001 | 1011101 | 1000 | 0 | 110110 | 10101 | 1000101 | 110010 | 111010 |
Color Harmonies of #B9C95D
Complementary color
Monochromatic Colors of #B9C95D
Black with #B9C95D
Text Example
Text Example
White with #B9C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C95D; }
p { color: rgb(185,201,93); }
H1.HeaderClassName
{
color: #B9C95D;
}
.AnyTagClassName
{
color: #B9C95D;
}
</style>
background-color css
<style>
a { background-color: #B9C95D; }
a { background-color: rgb(185,201,93); }
div.DivClassName
{
background-color: #B9C95D;
}
.BgClassName
{
background-color: #B9C95D;
}
</style>
border-color css
<style>
span { border-color: #B9C95D; }
span { border-color: rgb(185,201,93); }
td.TdClassName
{
border-color: #B9C95D;
}
.TagClassName
{
border-color: #B9C95D;
}
</style>