Shades of Wild Willow #B8C561
Tints of Wild Willow #B8C561
RGB
CMYK
RGB Variations
Color information
#B8C561 (or 0xB8C561) is known color: Wild Willow. HEX triplet: B8, C5 and 61. RGB value is (184,197,97). Sum of RGB (Red+Green+Blue) = 184+197+97=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C561 is #473A9E. Grayscale: #B6B6B6. Windows color (decimal): -4668063 or 6407608. OLE color: 6407608.
HSL color Cylindrical-coordinate representation of color #B8C561: hue angle of 67.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8C561 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 97 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.23 |
| HSL | 67.8º | 0.46% | 0.58% | - |
| HSV(B) | 67.8º | 0.51% | 0.77% | - |
| XYZ | 41.89 | 50.99 | 18.94 | - |
| YUV | 181.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 97 | 0.07 | 0 | 0.51 | 0.23 | 67.8 | 0.46 | 0.58 |
| Hex | B8 | C5 | 61 | 7 | 0 | 33 | 17 | 44 | 2E | 3A |
| Octal | 270 | 305 | 141 | 7 | 0 | 63 | 27 | 104 | 56 | 72 |
| Binary | 10111000 | 11000101 | 1100001 | 111 | 0 | 110011 | 10111 | 1000100 | 101110 | 111010 |
Color Harmonies of #B8C561
Complementary color
Monochromatic Colors of #B8C561
Black with #B8C561
Text Example
Text Example
White with #B8C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C561; }
p { color: rgb(184,197,97); }
H1.HeaderClassName
{
color: #B8C561;
}
.AnyTagClassName
{
color: #B8C561;
}
</style>
background-color css
<style>
a { background-color: #B8C561; }
a { background-color: rgb(184,197,97); }
div.DivClassName
{
background-color: #B8C561;
}
.BgClassName
{
background-color: #B8C561;
}
</style>
border-color css
<style>
span { border-color: #B8C561; }
span { border-color: rgb(184,197,97); }
td.TdClassName
{
border-color: #B8C561;
}
.TagClassName
{
border-color: #B8C561;
}
</style>