Shades of Wild Willow #BCCD55
Tints of Wild Willow #BCCD55
RGB
CMYK
RGB Variations
Color information
#BCCD55 (or 0xBCCD55) is known color: Wild Willow. HEX triplet: BC, CD and 55. RGB value is (188,205,85). Sum of RGB (Red+Green+Blue) = 188+205+85=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD55 is #4332AA. Grayscale: #BABABA. Windows color (decimal): -4403883 or 5623228. OLE color: 5623228.
HSL color Cylindrical-coordinate representation of color #BCCD55: hue angle of 68.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCCD55 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 85 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.20 |
| HSL | 68.5º | 0.55% | 0.57% | - |
| HSV(B) | 68.5º | 0.59% | 0.8% | - |
| XYZ | 44.21 | 55.01 | 16.88 | - |
| YUV | 186.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 85 | 0.08 | 0 | 0.59 | 0.20 | 68.5 | 0.55 | 0.57 |
| Hex | BC | CD | 55 | 8 | 0 | 3B | 14 | 44 | 37 | 39 |
| Octal | 274 | 315 | 125 | 10 | 0 | 73 | 24 | 104 | 67 | 71 |
| Binary | 10111100 | 11001101 | 1010101 | 1000 | 0 | 111011 | 10100 | 1000100 | 110111 | 111001 |
Color Harmonies of #BCCD55
Complementary color
Monochromatic Colors of #BCCD55
Black with #BCCD55
Text Example
Text Example
White with #BCCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD55; }
p { color: rgb(188,205,85); }
H1.HeaderClassName
{
color: #BCCD55;
}
.AnyTagClassName
{
color: #BCCD55;
}
</style>
background-color css
<style>
a { background-color: #BCCD55; }
a { background-color: rgb(188,205,85); }
div.DivClassName
{
background-color: #BCCD55;
}
.BgClassName
{
background-color: #BCCD55;
}
</style>
border-color css
<style>
span { border-color: #BCCD55; }
span { border-color: rgb(188,205,85); }
td.TdClassName
{
border-color: #BCCD55;
}
.TagClassName
{
border-color: #BCCD55;
}
</style>