Shades of Wild Willow #B0C461
Tints of Wild Willow #B0C461
RGB
CMYK
RGB Variations
Color information
#B0C461 (or 0xB0C461) is known color: Wild Willow. HEX triplet: B0, C4 and 61. RGB value is (176,196,97). Sum of RGB (Red+Green+Blue) = 176+196+97=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C461 is #4F3B9E. Grayscale: #B3B3B3. Windows color (decimal): -5192607 or 6407344. OLE color: 6407344.
HSL color Cylindrical-coordinate representation of color #B0C461: hue angle of 72.12º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0C461 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 97 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.23 |
| HSL | 72.12º | 0.46% | 0.57% | - |
| HSV(B) | 72.12º | 0.51% | 0.77% | - |
| XYZ | 39.8 | 49.57 | 18.78 | - |
| YUV | 178.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 97 | 0.10 | 0 | 0.51 | 0.23 | 72.12 | 0.46 | 0.57 |
| Hex | B0 | C4 | 61 | A | 0 | 33 | 17 | 48 | 2E | 39 |
| Octal | 260 | 304 | 141 | 12 | 0 | 63 | 27 | 110 | 56 | 71 |
| Binary | 10110000 | 11000100 | 1100001 | 1010 | 0 | 110011 | 10111 | 1001000 | 101110 | 111001 |
Color Harmonies of #B0C461
Complementary color
Monochromatic Colors of #B0C461
Black with #B0C461
Text Example
Text Example
White with #B0C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C461; }
p { color: rgb(176,196,97); }
H1.HeaderClassName
{
color: #B0C461;
}
.AnyTagClassName
{
color: #B0C461;
}
</style>
background-color css
<style>
a { background-color: #B0C461; }
a { background-color: rgb(176,196,97); }
div.DivClassName
{
background-color: #B0C461;
}
.BgClassName
{
background-color: #B0C461;
}
</style>
border-color css
<style>
span { border-color: #B0C461; }
span { border-color: rgb(176,196,97); }
td.TdClassName
{
border-color: #B0C461;
}
.TagClassName
{
border-color: #B0C461;
}
</style>