Shades of Wild Willow #BBCB72
Tints of Wild Willow #BBCB72
RGB
CMYK
RGB Variations
Color information
#BBCB72 (or 0xBBCB72) is known color: Wild Willow. HEX triplet: BB, CB and 72. RGB value is (187,203,114). Sum of RGB (Red+Green+Blue) = 187+203+114=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB72 is #44348D. Grayscale: #BCBCBC. Windows color (decimal): -4469902 or 7523259. OLE color: 7523259.
HSL color Cylindrical-coordinate representation of color #BBCB72: hue angle of 70.79º 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 #BBCB72 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 114 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.20 |
| HSL | 70.79º | 0.46% | 0.62% | - |
| HSV(B) | 70.79º | 0.44% | 0.8% | - |
| XYZ | 44.89 | 54.49 | 24.07 | - |
| YUV | 188.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 114 | 0.08 | 0 | 0.44 | 0.20 | 70.79 | 0.46 | 0.62 |
| Hex | BB | CB | 72 | 8 | 0 | 2C | 14 | 47 | 2E | 3E |
| Octal | 273 | 313 | 162 | 10 | 0 | 54 | 24 | 107 | 56 | 76 |
| Binary | 10111011 | 11001011 | 1110010 | 1000 | 0 | 101100 | 10100 | 1000111 | 101110 | 111110 |
Color Harmonies of #BBCB72
Complementary color
Monochromatic Colors of #BBCB72
Black with #BBCB72
Text Example
Text Example
White with #BBCB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB72; }
p { color: rgb(187,203,114); }
H1.HeaderClassName
{
color: #BBCB72;
}
.AnyTagClassName
{
color: #BBCB72;
}
</style>
background-color css
<style>
a { background-color: #BBCB72; }
a { background-color: rgb(187,203,114); }
div.DivClassName
{
background-color: #BBCB72;
}
.BgClassName
{
background-color: #BBCB72;
}
</style>
border-color css
<style>
span { border-color: #BBCB72; }
span { border-color: rgb(187,203,114); }
td.TdClassName
{
border-color: #BBCB72;
}
.TagClassName
{
border-color: #BBCB72;
}
</style>