Shades of Wild Willow #B5C866
Tints of Wild Willow #B5C866
RGB
CMYK
RGB Variations
Color information
#B5C866 (or 0xB5C866) is known color: Wild Willow. HEX triplet: B5, C8 and 66. RGB value is (181,200,102). Sum of RGB (Red+Green+Blue) = 181+200+102=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C866 is #4A3799. Grayscale: #B7B7B7. Windows color (decimal): -4863898 or 6736053. OLE color: 6736053.
HSL color Cylindrical-coordinate representation of color #B5C866: hue angle of 71.63º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5C866 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 102 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.22 |
| HSL | 71.63º | 0.47% | 0.59% | - |
| HSV(B) | 71.63º | 0.49% | 0.78% | - |
| XYZ | 42.11 | 52.09 | 20.41 | - |
| YUV | 183.15 | 82.21 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 102 | 0.09 | 0 | 0.49 | 0.22 | 71.63 | 0.47 | 0.59 |
| Hex | B5 | C8 | 66 | 9 | 0 | 31 | 16 | 48 | 2F | 3B |
| Octal | 265 | 310 | 146 | 11 | 0 | 61 | 26 | 110 | 57 | 73 |
| Binary | 10110101 | 11001000 | 1100110 | 1001 | 0 | 110001 | 10110 | 1001000 | 101111 | 111011 |
Color Harmonies of #B5C866
Complementary color
Monochromatic Colors of #B5C866
Black with #B5C866
Text Example
Text Example
White with #B5C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C866; }
p { color: rgb(181,200,102); }
H1.HeaderClassName
{
color: #B5C866;
}
.AnyTagClassName
{
color: #B5C866;
}
</style>
background-color css
<style>
a { background-color: #B5C866; }
a { background-color: rgb(181,200,102); }
div.DivClassName
{
background-color: #B5C866;
}
.BgClassName
{
background-color: #B5C866;
}
</style>
border-color css
<style>
span { border-color: #B5C866; }
span { border-color: rgb(181,200,102); }
td.TdClassName
{
border-color: #B5C866;
}
.TagClassName
{
border-color: #B5C866;
}
</style>