Shades of Wild Willow #B5C661
Tints of Wild Willow #B5C661
RGB
CMYK
RGB Variations
Color information
#B5C661 (or 0xB5C661) is known color: Wild Willow. HEX triplet: B5, C6 and 61. RGB value is (181,198,97). Sum of RGB (Red+Green+Blue) = 181+198+97=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C661 is #4A399E. Grayscale: #B5B5B5. Windows color (decimal): -4864415 or 6407861. OLE color: 6407861.
HSL color Cylindrical-coordinate representation of color #B5C661: hue angle of 70.1º degrees, saturation: 0.47, 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 #B5C661 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 97 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.22 |
| HSL | 70.1º | 0.47% | 0.58% | - |
| HSV(B) | 70.1º | 0.51% | 0.78% | - |
| XYZ | 41.41 | 51.07 | 18.99 | - |
| YUV | 181.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 97 | 0.09 | 0 | 0.51 | 0.22 | 70.1 | 0.47 | 0.58 |
| Hex | B5 | C6 | 61 | 9 | 0 | 33 | 16 | 46 | 2F | 3A |
| Octal | 265 | 306 | 141 | 11 | 0 | 63 | 26 | 106 | 57 | 72 |
| Binary | 10110101 | 11000110 | 1100001 | 1001 | 0 | 110011 | 10110 | 1000110 | 101111 | 111010 |
Color Harmonies of #B5C661
Complementary color
Monochromatic Colors of #B5C661
Black with #B5C661
Text Example
Text Example
White with #B5C661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C661; }
p { color: rgb(181,198,97); }
H1.HeaderClassName
{
color: #B5C661;
}
.AnyTagClassName
{
color: #B5C661;
}
</style>
background-color css
<style>
a { background-color: #B5C661; }
a { background-color: rgb(181,198,97); }
div.DivClassName
{
background-color: #B5C661;
}
.BgClassName
{
background-color: #B5C661;
}
</style>
border-color css
<style>
span { border-color: #B5C661; }
span { border-color: rgb(181,198,97); }
td.TdClassName
{
border-color: #B5C661;
}
.TagClassName
{
border-color: #B5C661;
}
</style>