Shades of Wild Willow #B6C863
Tints of Wild Willow #B6C863
RGB
CMYK
RGB Variations
Color information
#B6C863 (or 0xB6C863) is known color: Wild Willow. HEX triplet: B6, C8 and 63. RGB value is (182,200,99). Sum of RGB (Red+Green+Blue) = 182+200+99=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C863 is #49379C. Grayscale: #B7B7B7. Windows color (decimal): -4798365 or 6539446. OLE color: 6539446.
HSL color Cylindrical-coordinate representation of color #B6C863: hue angle of 70.69º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6C863 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 200 | 99 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.22 |
| HSL | 70.69º | 0.48% | 0.59% | - |
| HSV(B) | 70.69º | 0.51% | 0.78% | - |
| XYZ | 42.2 | 52.15 | 19.65 | - |
| YUV | 183.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 200 | 99 | 0.09 | 0 | 0.50 | 0.22 | 70.69 | 0.48 | 0.59 |
| Hex | B6 | C8 | 63 | 9 | 0 | 32 | 16 | 47 | 30 | 3B |
| Octal | 266 | 310 | 143 | 11 | 0 | 62 | 26 | 107 | 60 | 73 |
| Binary | 10110110 | 11001000 | 1100011 | 1001 | 0 | 110010 | 10110 | 1000111 | 110000 | 111011 |
Color Harmonies of #B6C863
Complementary color
Monochromatic Colors of #B6C863
Black with #B6C863
Text Example
Text Example
White with #B6C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C863; }
p { color: rgb(182,200,99); }
H1.HeaderClassName
{
color: #B6C863;
}
.AnyTagClassName
{
color: #B6C863;
}
</style>
background-color css
<style>
a { background-color: #B6C863; }
a { background-color: rgb(182,200,99); }
div.DivClassName
{
background-color: #B6C863;
}
.BgClassName
{
background-color: #B6C863;
}
</style>
border-color css
<style>
span { border-color: #B6C863; }
span { border-color: rgb(182,200,99); }
td.TdClassName
{
border-color: #B6C863;
}
.TagClassName
{
border-color: #B6C863;
}
</style>