Shades of Wild Willow #B0C76C
Tints of Wild Willow #B0C76C
RGB
CMYK
RGB Variations
Color information
#B0C76C (or 0xB0C76C) is known color: Wild Willow. HEX triplet: B0, C7 and 6C. RGB value is (176,199,108). Sum of RGB (Red+Green+Blue) = 176+199+108=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C76C is #4F3893. Grayscale: #B6B6B6. Windows color (decimal): -5191828 or 7129008. OLE color: 7129008.
HSL color Cylindrical-coordinate representation of color #B0C76C: hue angle of 75.16º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0C76C is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 108 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.22 |
| HSL | 75.16º | 0.45% | 0.6% | - |
| HSV(B) | 75.16º | 0.46% | 0.78% | - |
| XYZ | 41.03 | 51.16 | 21.9 | - |
| YUV | 181.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 108 | 0.12 | 0 | 0.46 | 0.22 | 75.16 | 0.45 | 0.6 |
| Hex | B0 | C7 | 6C | C | 0 | 2E | 16 | 4B | 2D | 3C |
| Octal | 260 | 307 | 154 | 14 | 0 | 56 | 26 | 113 | 55 | 74 |
| Binary | 10110000 | 11000111 | 1101100 | 1100 | 0 | 101110 | 10110 | 1001011 | 101101 | 111100 |
Color Harmonies of #B0C76C
Complementary color
Monochromatic Colors of #B0C76C
Black with #B0C76C
Text Example
Text Example
White with #B0C76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C76C; }
p { color: rgb(176,199,108); }
H1.HeaderClassName
{
color: #B0C76C;
}
.AnyTagClassName
{
color: #B0C76C;
}
</style>
background-color css
<style>
a { background-color: #B0C76C; }
a { background-color: rgb(176,199,108); }
div.DivClassName
{
background-color: #B0C76C;
}
.BgClassName
{
background-color: #B0C76C;
}
</style>
border-color css
<style>
span { border-color: #B0C76C; }
span { border-color: rgb(176,199,108); }
td.TdClassName
{
border-color: #B0C76C;
}
.TagClassName
{
border-color: #B0C76C;
}
</style>