Shades of Wild Willow #B9C85D
Tints of Wild Willow #B9C85D
RGB
CMYK
RGB Variations
Color information
#B9C85D (or 0xB9C85D) is known color: Wild Willow. HEX triplet: B9, C8 and 5D. RGB value is (185,200,93). Sum of RGB (Red+Green+Blue) = 185+200+93=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C85D is #4637A2. Grayscale: #B7B7B7. Windows color (decimal): -4601763 or 6146233. OLE color: 6146233.
HSL color Cylindrical-coordinate representation of color #B9C85D: hue angle of 68.41º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9C85D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 93 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.22 |
| HSL | 68.41º | 0.49% | 0.57% | - |
| HSV(B) | 68.41º | 0.54% | 0.78% | - |
| XYZ | 42.64 | 52.41 | 18.23 | - |
| YUV | 183.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 93 | 0.08 | 0 | 0.54 | 0.22 | 68.41 | 0.49 | 0.57 |
| Hex | B9 | C8 | 5D | 8 | 0 | 36 | 16 | 44 | 31 | 39 |
| Octal | 271 | 310 | 135 | 10 | 0 | 66 | 26 | 104 | 61 | 71 |
| Binary | 10111001 | 11001000 | 1011101 | 1000 | 0 | 110110 | 10110 | 1000100 | 110001 | 111001 |
Color Harmonies of #B9C85D
Complementary color
Monochromatic Colors of #B9C85D
Black with #B9C85D
Text Example
Text Example
White with #B9C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C85D; }
p { color: rgb(185,200,93); }
H1.HeaderClassName
{
color: #B9C85D;
}
.AnyTagClassName
{
color: #B9C85D;
}
</style>
background-color css
<style>
a { background-color: #B9C85D; }
a { background-color: rgb(185,200,93); }
div.DivClassName
{
background-color: #B9C85D;
}
.BgClassName
{
background-color: #B9C85D;
}
</style>
border-color css
<style>
span { border-color: #B9C85D; }
span { border-color: rgb(185,200,93); }
td.TdClassName
{
border-color: #B9C85D;
}
.TagClassName
{
border-color: #B9C85D;
}
</style>