Shades of Wild Willow #BCCD51
Tints of Wild Willow #BCCD51
RGB
CMYK
RGB Variations
Color information
#BCCD51 (or 0xBCCD51) is known color: Wild Willow. HEX triplet: BC, CD and 51. RGB value is (188,205,81). Sum of RGB (Red+Green+Blue) = 188+205+81=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 81 (32.03% from 255 or 17.09% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD51 is #4332AE. Grayscale: #BABABA. Windows color (decimal): -4403887 or 5361084. OLE color: 5361084.
HSL color Cylindrical-coordinate representation of color #BCCD51: hue angle of 68.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCCD51 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 81 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.20 |
| HSL | 68.23º | 0.55% | 0.56% | - |
| HSV(B) | 68.23º | 0.6% | 0.8% | - |
| XYZ | 44.06 | 54.95 | 16.07 | - |
| YUV | 185.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 81 | 0.08 | 0 | 0.60 | 0.20 | 68.23 | 0.55 | 0.56 |
| Hex | BC | CD | 51 | 8 | 0 | 3C | 14 | 44 | 37 | 38 |
| Octal | 274 | 315 | 121 | 10 | 0 | 74 | 24 | 104 | 67 | 70 |
| Binary | 10111100 | 11001101 | 1010001 | 1000 | 0 | 111100 | 10100 | 1000100 | 110111 | 111000 |
Color Harmonies of #BCCD51
Complementary color
Monochromatic Colors of #BCCD51
Black with #BCCD51
Text Example
Text Example
White with #BCCD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD51; }
p { color: rgb(188,205,81); }
H1.HeaderClassName
{
color: #BCCD51;
}
.AnyTagClassName
{
color: #BCCD51;
}
</style>
background-color css
<style>
a { background-color: #BCCD51; }
a { background-color: rgb(188,205,81); }
div.DivClassName
{
background-color: #BCCD51;
}
.BgClassName
{
background-color: #BCCD51;
}
</style>
border-color css
<style>
span { border-color: #BCCD51; }
span { border-color: rgb(188,205,81); }
td.TdClassName
{
border-color: #BCCD51;
}
.TagClassName
{
border-color: #BCCD51;
}
</style>