Shades of Wild Willow #BBCB6F
Tints of Wild Willow #BBCB6F
RGB
CMYK
RGB Variations
Color information
#BBCB6F (or 0xBBCB6F) is known color: Wild Willow. HEX triplet: BB, CB and 6F. RGB value is (187,203,111). Sum of RGB (Red+Green+Blue) = 187+203+111=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB6F is #443490. Grayscale: #BCBCBC. Windows color (decimal): -4469905 or 7326651. OLE color: 7326651.
HSL color Cylindrical-coordinate representation of color #BBCB6F: hue angle of 70.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBCB6F is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 111 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.20 |
| HSL | 70.43º | 0.47% | 0.62% | - |
| HSV(B) | 70.43º | 0.45% | 0.8% | - |
| XYZ | 44.72 | 54.42 | 23.19 | - |
| YUV | 187.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 111 | 0.08 | 0 | 0.45 | 0.20 | 70.43 | 0.47 | 0.62 |
| Hex | BB | CB | 6F | 8 | 0 | 2D | 14 | 46 | 2F | 3E |
| Octal | 273 | 313 | 157 | 10 | 0 | 55 | 24 | 106 | 57 | 76 |
| Binary | 10111011 | 11001011 | 1101111 | 1000 | 0 | 101101 | 10100 | 1000110 | 101111 | 111110 |
Color Harmonies of #BBCB6F
Complementary color
Monochromatic Colors of #BBCB6F
Black with #BBCB6F
Text Example
Text Example
White with #BBCB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB6F; }
p { color: rgb(187,203,111); }
H1.HeaderClassName
{
color: #BBCB6F;
}
.AnyTagClassName
{
color: #BBCB6F;
}
</style>
background-color css
<style>
a { background-color: #BBCB6F; }
a { background-color: rgb(187,203,111); }
div.DivClassName
{
background-color: #BBCB6F;
}
.BgClassName
{
background-color: #BBCB6F;
}
</style>
border-color css
<style>
span { border-color: #BBCB6F; }
span { border-color: rgb(187,203,111); }
td.TdClassName
{
border-color: #BBCB6F;
}
.TagClassName
{
border-color: #BBCB6F;
}
</style>