Shades of Wild Willow #BCD052
Tints of Wild Willow #BCD052
RGB
CMYK
RGB Variations
Color information
#BCD052 (or 0xBCD052) is known color: Wild Willow. HEX triplet: BC, D0 and 52. RGB value is (188,208,82). Sum of RGB (Red+Green+Blue) = 188+208+82=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD052 is #432FAD. Grayscale: #BCBCBC. Windows color (decimal): -4403118 or 5427388. OLE color: 5427388.
HSL color Cylindrical-coordinate representation of color #BCD052: hue angle of 69.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCD052 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 82 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.18 |
| HSL | 69.52º | 0.57% | 0.57% | - |
| HSV(B) | 69.52º | 0.61% | 0.82% | - |
| XYZ | 44.82 | 56.41 | 16.51 | - |
| YUV | 187.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 82 | 0.10 | 0 | 0.61 | 0.18 | 69.52 | 0.57 | 0.57 |
| Hex | BC | D0 | 52 | A | 0 | 3D | 12 | 46 | 39 | 39 |
| Octal | 274 | 320 | 122 | 12 | 0 | 75 | 22 | 106 | 71 | 71 |
| Binary | 10111100 | 11010000 | 1010010 | 1010 | 0 | 111101 | 10010 | 1000110 | 111001 | 111001 |
Color Harmonies of #BCD052
Complementary color
Monochromatic Colors of #BCD052
Black with #BCD052
Text Example
Text Example
White with #BCD052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD052; }
p { color: rgb(188,208,82); }
H1.HeaderClassName
{
color: #BCD052;
}
.AnyTagClassName
{
color: #BCD052;
}
</style>
background-color css
<style>
a { background-color: #BCD052; }
a { background-color: rgb(188,208,82); }
div.DivClassName
{
background-color: #BCD052;
}
.BgClassName
{
background-color: #BCD052;
}
</style>
border-color css
<style>
span { border-color: #BCD052; }
span { border-color: rgb(188,208,82); }
td.TdClassName
{
border-color: #BCD052;
}
.TagClassName
{
border-color: #BCD052;
}
</style>