Shades of Wild Willow #BCD370
Tints of Wild Willow #BCD370
RGB
CMYK
RGB Variations
Color information
#BCD370 (or 0xBCD370) is known color: Wild Willow. HEX triplet: BC, D3 and 70. RGB value is (188,211,112). Sum of RGB (Red+Green+Blue) = 188+211+112=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD370 is #432C8F. Grayscale: #C1C1C1. Windows color (decimal): -4402320 or 7394236. OLE color: 7394236.
HSL color Cylindrical-coordinate representation of color #BCD370: hue angle of 73.94º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCD370 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 112 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.17 |
| HSL | 73.94º | 0.53% | 0.63% | - |
| HSV(B) | 73.94º | 0.47% | 0.83% | - |
| XYZ | 46.96 | 58.45 | 24.14 | - |
| YUV | 192.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 112 | 0.11 | 0 | 0.47 | 0.17 | 73.94 | 0.53 | 0.63 |
| Hex | BC | D3 | 70 | B | 0 | 2F | 11 | 4A | 35 | 3F |
| Octal | 274 | 323 | 160 | 13 | 0 | 57 | 21 | 112 | 65 | 77 |
| Binary | 10111100 | 11010011 | 1110000 | 1011 | 0 | 101111 | 10001 | 1001010 | 110101 | 111111 |
Color Harmonies of #BCD370
Complementary color
Monochromatic Colors of #BCD370
Black with #BCD370
Text Example
Text Example
White with #BCD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD370; }
p { color: rgb(188,211,112); }
H1.HeaderClassName
{
color: #BCD370;
}
.AnyTagClassName
{
color: #BCD370;
}
</style>
background-color css
<style>
a { background-color: #BCD370; }
a { background-color: rgb(188,211,112); }
div.DivClassName
{
background-color: #BCD370;
}
.BgClassName
{
background-color: #BCD370;
}
</style>
border-color css
<style>
span { border-color: #BCD370; }
span { border-color: rgb(188,211,112); }
td.TdClassName
{
border-color: #BCD370;
}
.TagClassName
{
border-color: #BCD370;
}
</style>