Shades of Wild Willow #BBCB71
Tints of Wild Willow #BBCB71
RGB
CMYK
RGB Variations
Color information
#BBCB71 (or 0xBBCB71) is known color: Wild Willow. HEX triplet: BB, CB and 71. RGB value is (187,203,113). Sum of RGB (Red+Green+Blue) = 187+203+113=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB71 is #44348E. Grayscale: #BCBCBC. Windows color (decimal): -4469903 or 7457723. OLE color: 7457723.
HSL color Cylindrical-coordinate representation of color #BBCB71: hue angle of 70.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBCB71 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 113 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.20 |
| HSL | 70.67º | 0.46% | 0.62% | - |
| HSV(B) | 70.67º | 0.44% | 0.8% | - |
| XYZ | 44.83 | 54.47 | 23.77 | - |
| YUV | 187.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 113 | 0.08 | 0 | 0.44 | 0.20 | 70.67 | 0.46 | 0.62 |
| Hex | BB | CB | 71 | 8 | 0 | 2C | 14 | 47 | 2E | 3E |
| Octal | 273 | 313 | 161 | 10 | 0 | 54 | 24 | 107 | 56 | 76 |
| Binary | 10111011 | 11001011 | 1110001 | 1000 | 0 | 101100 | 10100 | 1000111 | 101110 | 111110 |
Color Harmonies of #BBCB71
Complementary color
Monochromatic Colors of #BBCB71
Black with #BBCB71
Text Example
Text Example
White with #BBCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB71; }
p { color: rgb(187,203,113); }
H1.HeaderClassName
{
color: #BBCB71;
}
.AnyTagClassName
{
color: #BBCB71;
}
</style>
background-color css
<style>
a { background-color: #BBCB71; }
a { background-color: rgb(187,203,113); }
div.DivClassName
{
background-color: #BBCB71;
}
.BgClassName
{
background-color: #BBCB71;
}
</style>
border-color css
<style>
span { border-color: #BBCB71; }
span { border-color: rgb(187,203,113); }
td.TdClassName
{
border-color: #BBCB71;
}
.TagClassName
{
border-color: #BBCB71;
}
</style>