Shades of Wild Willow #BCD272
Tints of Wild Willow #BCD272
RGB
CMYK
RGB Variations
Color information
#BCD272 (or 0xBCD272) is known color: Wild Willow. HEX triplet: BC, D2 and 72. RGB value is (188,210,114). Sum of RGB (Red+Green+Blue) = 188+210+114=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD272 is #432D8D. Grayscale: #C0C0C0. Windows color (decimal): -4402574 or 7525052. OLE color: 7525052.
HSL color Cylindrical-coordinate representation of color #BCD272: hue angle of 73.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD272 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 114 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.18 |
| HSL | 73.75º | 0.52% | 0.64% | - |
| HSV(B) | 73.75º | 0.46% | 0.82% | - |
| XYZ | 46.82 | 58 | 24.65 | - |
| YUV | 192.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 114 | 0.10 | 0 | 0.46 | 0.18 | 73.75 | 0.52 | 0.64 |
| Hex | BC | D2 | 72 | A | 0 | 2E | 12 | 4A | 34 | 40 |
| Octal | 274 | 322 | 162 | 12 | 0 | 56 | 22 | 112 | 64 | 100 |
| Binary | 10111100 | 11010010 | 1110010 | 1010 | 0 | 101110 | 10010 | 1001010 | 110100 | 1000000 |
Color Harmonies of #BCD272
Complementary color
Monochromatic Colors of #BCD272
Black with #BCD272
Text Example
Text Example
White with #BCD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD272; }
p { color: rgb(188,210,114); }
H1.HeaderClassName
{
color: #BCD272;
}
.AnyTagClassName
{
color: #BCD272;
}
</style>
background-color css
<style>
a { background-color: #BCD272; }
a { background-color: rgb(188,210,114); }
div.DivClassName
{
background-color: #BCD272;
}
.BgClassName
{
background-color: #BCD272;
}
</style>
border-color css
<style>
span { border-color: #BCD272; }
span { border-color: rgb(188,210,114); }
td.TdClassName
{
border-color: #BCD272;
}
.TagClassName
{
border-color: #BCD272;
}
</style>