Shades of Wild Willow #BBCD61
Tints of Wild Willow #BBCD61
RGB
CMYK
RGB Variations
Color information
#BBCD61 (or 0xBBCD61) is known color: Wild Willow. HEX triplet: BB, CD and 61. RGB value is (187,205,97). Sum of RGB (Red+Green+Blue) = 187+205+97=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD61 is #44329E. Grayscale: #BBBBBB. Windows color (decimal): -4469407 or 6409659. OLE color: 6409659.
HSL color Cylindrical-coordinate representation of color #BBCD61: hue angle of 70º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBCD61 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 97 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.20 |
| HSL | 70º | 0.52% | 0.59% | - |
| HSV(B) | 70º | 0.53% | 0.8% | - |
| XYZ | 44.48 | 55.09 | 19.6 | - |
| YUV | 187.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 97 | 0.09 | 0 | 0.53 | 0.20 | 70 | 0.52 | 0.59 |
| Hex | BB | CD | 61 | 9 | 0 | 35 | 14 | 46 | 34 | 3B |
| Octal | 273 | 315 | 141 | 11 | 0 | 65 | 24 | 106 | 64 | 73 |
| Binary | 10111011 | 11001101 | 1100001 | 1001 | 0 | 110101 | 10100 | 1000110 | 110100 | 111011 |
Color Harmonies of #BBCD61
Complementary color
Monochromatic Colors of #BBCD61
Black with #BBCD61
Text Example
Text Example
White with #BBCD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD61; }
p { color: rgb(187,205,97); }
H1.HeaderClassName
{
color: #BBCD61;
}
.AnyTagClassName
{
color: #BBCD61;
}
</style>
background-color css
<style>
a { background-color: #BBCD61; }
a { background-color: rgb(187,205,97); }
div.DivClassName
{
background-color: #BBCD61;
}
.BgClassName
{
background-color: #BBCD61;
}
</style>
border-color css
<style>
span { border-color: #BBCD61; }
span { border-color: rgb(187,205,97); }
td.TdClassName
{
border-color: #BBCD61;
}
.TagClassName
{
border-color: #BBCD61;
}
</style>