Shades of Wild Willow #BBCD65
Tints of Wild Willow #BBCD65
RGB
CMYK
RGB Variations
Color information
#BBCD65 (or 0xBBCD65) is known color: Wild Willow. HEX triplet: BB, CD and 65. RGB value is (187,205,101). Sum of RGB (Red+Green+Blue) = 187+205+101=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD65 is #44329A. Grayscale: #BCBCBC. Windows color (decimal): -4469403 or 6671803. OLE color: 6671803.
HSL color Cylindrical-coordinate representation of color #BBCD65: hue angle of 70.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBCD65 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 101 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.20 |
| HSL | 70.38º | 0.51% | 0.6% | - |
| HSV(B) | 70.38º | 0.51% | 0.8% | - |
| XYZ | 44.67 | 55.17 | 20.61 | - |
| YUV | 187.76 | 79.04 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 101 | 0.09 | 0 | 0.51 | 0.20 | 70.38 | 0.51 | 0.6 |
| Hex | BB | CD | 65 | 9 | 0 | 33 | 14 | 46 | 33 | 3C |
| Octal | 273 | 315 | 145 | 11 | 0 | 63 | 24 | 106 | 63 | 74 |
| Binary | 10111011 | 11001101 | 1100101 | 1001 | 0 | 110011 | 10100 | 1000110 | 110011 | 111100 |
Color Harmonies of #BBCD65
Complementary color
Monochromatic Colors of #BBCD65
Black with #BBCD65
Text Example
Text Example
White with #BBCD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD65; }
p { color: rgb(187,205,101); }
H1.HeaderClassName
{
color: #BBCD65;
}
.AnyTagClassName
{
color: #BBCD65;
}
</style>
background-color css
<style>
a { background-color: #BBCD65; }
a { background-color: rgb(187,205,101); }
div.DivClassName
{
background-color: #BBCD65;
}
.BgClassName
{
background-color: #BBCD65;
}
</style>
border-color css
<style>
span { border-color: #BBCD65; }
span { border-color: rgb(187,205,101); }
td.TdClassName
{
border-color: #BBCD65;
}
.TagClassName
{
border-color: #BBCD65;
}
</style>