Shades of Wild Willow #BBCF50
Tints of Wild Willow #BBCF50
RGB
CMYK
RGB Variations
Color information
#BBCF50 (or 0xBBCF50) is known color: Wild Willow. HEX triplet: BB, CF and 50. RGB value is (187,207,80). Sum of RGB (Red+Green+Blue) = 187+207+80=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF50 is #4430AF. Grayscale: #BBBBBB. Windows color (decimal): -4468912 or 5296059. OLE color: 5296059.
HSL color Cylindrical-coordinate representation of color #BBCF50: hue angle of 69.45º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBCF50 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 80 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.19 |
| HSL | 69.45º | 0.57% | 0.56% | - |
| HSV(B) | 69.45º | 0.61% | 0.81% | - |
| XYZ | 44.25 | 55.77 | 16.02 | - |
| YUV | 186.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 80 | 0.10 | 0 | 0.61 | 0.19 | 69.45 | 0.57 | 0.56 |
| Hex | BB | CF | 50 | A | 0 | 3D | 13 | 45 | 39 | 38 |
| Octal | 273 | 317 | 120 | 12 | 0 | 75 | 23 | 105 | 71 | 70 |
| Binary | 10111011 | 11001111 | 1010000 | 1010 | 0 | 111101 | 10011 | 1000101 | 111001 | 111000 |
Color Harmonies of #BBCF50
Complementary color
Monochromatic Colors of #BBCF50
Black with #BBCF50
Text Example
Text Example
White with #BBCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF50; }
p { color: rgb(187,207,80); }
H1.HeaderClassName
{
color: #BBCF50;
}
.AnyTagClassName
{
color: #BBCF50;
}
</style>
background-color css
<style>
a { background-color: #BBCF50; }
a { background-color: rgb(187,207,80); }
div.DivClassName
{
background-color: #BBCF50;
}
.BgClassName
{
background-color: #BBCF50;
}
</style>
border-color css
<style>
span { border-color: #BBCF50; }
span { border-color: rgb(187,207,80); }
td.TdClassName
{
border-color: #BBCF50;
}
.TagClassName
{
border-color: #BBCF50;
}
</style>