Shades of Wild Willow #BBC76C
Tints of Wild Willow #BBC76C
RGB
CMYK
RGB Variations
Color information
#BBC76C (or 0xBBC76C) is known color: Wild Willow. HEX triplet: BB, C7 and 6C. RGB value is (187,199,108). Sum of RGB (Red+Green+Blue) = 187+199+108=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC76C is #443893. Grayscale: #B9B9B9. Windows color (decimal): -4470932 or 7129019. OLE color: 7129019.
HSL color Cylindrical-coordinate representation of color #BBC76C: hue angle of 67.91º 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 #BBC76C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 108 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.22 |
| HSL | 67.91º | 0.45% | 0.6% | - |
| HSV(B) | 67.91º | 0.46% | 0.78% | - |
| XYZ | 43.62 | 52.49 | 22.02 | - |
| YUV | 185.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 108 | 0.06 | 0 | 0.46 | 0.22 | 67.91 | 0.45 | 0.6 |
| Hex | BB | C7 | 6C | 6 | 0 | 2E | 16 | 44 | 2D | 3C |
| Octal | 273 | 307 | 154 | 6 | 0 | 56 | 26 | 104 | 55 | 74 |
| Binary | 10111011 | 11000111 | 1101100 | 110 | 0 | 101110 | 10110 | 1000100 | 101101 | 111100 |
Color Harmonies of #BBC76C
Complementary color
Monochromatic Colors of #BBC76C
Black with #BBC76C
Text Example
Text Example
White with #BBC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC76C; }
p { color: rgb(187,199,108); }
H1.HeaderClassName
{
color: #BBC76C;
}
.AnyTagClassName
{
color: #BBC76C;
}
</style>
background-color css
<style>
a { background-color: #BBC76C; }
a { background-color: rgb(187,199,108); }
div.DivClassName
{
background-color: #BBC76C;
}
.BgClassName
{
background-color: #BBC76C;
}
</style>
border-color css
<style>
span { border-color: #BBC76C; }
span { border-color: rgb(187,199,108); }
td.TdClassName
{
border-color: #BBC76C;
}
.TagClassName
{
border-color: #BBC76C;
}
</style>