Shades of Wild Willow #B2C861
Tints of Wild Willow #B2C861
RGB
CMYK
RGB Variations
Color information
#B2C861 (or 0xB2C861) is known color: Wild Willow. HEX triplet: B2, C8 and 61. RGB value is (178,200,97). Sum of RGB (Red+Green+Blue) = 178+200+97=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C861 is #4D379E. Grayscale: #B6B6B6. Windows color (decimal): -5060511 or 6408370. OLE color: 6408370.
HSL color Cylindrical-coordinate representation of color #B2C861: hue angle of 72.82º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2C861 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 97 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.22 |
| HSL | 72.82º | 0.48% | 0.58% | - |
| HSV(B) | 72.82º | 0.52% | 0.78% | - |
| XYZ | 41.17 | 51.64 | 19.11 | - |
| YUV | 181.68 | 80.21 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 97 | 0.11 | 0 | 0.52 | 0.22 | 72.82 | 0.48 | 0.58 |
| Hex | B2 | C8 | 61 | B | 0 | 34 | 16 | 49 | 30 | 3A |
| Octal | 262 | 310 | 141 | 13 | 0 | 64 | 26 | 111 | 60 | 72 |
| Binary | 10110010 | 11001000 | 1100001 | 1011 | 0 | 110100 | 10110 | 1001001 | 110000 | 111010 |
Color Harmonies of #B2C861
Complementary color
Monochromatic Colors of #B2C861
Black with #B2C861
Text Example
Text Example
White with #B2C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C861; }
p { color: rgb(178,200,97); }
H1.HeaderClassName
{
color: #B2C861;
}
.AnyTagClassName
{
color: #B2C861;
}
</style>
background-color css
<style>
a { background-color: #B2C861; }
a { background-color: rgb(178,200,97); }
div.DivClassName
{
background-color: #B2C861;
}
.BgClassName
{
background-color: #B2C861;
}
</style>
border-color css
<style>
span { border-color: #B2C861; }
span { border-color: rgb(178,200,97); }
td.TdClassName
{
border-color: #B2C861;
}
.TagClassName
{
border-color: #B2C861;
}
</style>