Shades of Wild Willow #BCD353
Tints of Wild Willow #BCD353
RGB
CMYK
RGB Variations
Color information
#BCD353 (or 0xBCD353) is known color: Wild Willow. HEX triplet: BC, D3 and 53. RGB value is (188,211,83). Sum of RGB (Red+Green+Blue) = 188+211+83=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD353 is #432CAC. Grayscale: #BEBEBE. Windows color (decimal): -4402349 or 5493692. OLE color: 5493692.
HSL color Cylindrical-coordinate representation of color #BCD353: hue angle of 70.78º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCD353 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 83 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.17 |
| HSL | 70.78º | 0.59% | 0.58% | - |
| HSV(B) | 70.78º | 0.61% | 0.83% | - |
| XYZ | 45.59 | 57.9 | 16.96 | - |
| YUV | 189.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 83 | 0.11 | 0 | 0.61 | 0.17 | 70.78 | 0.59 | 0.58 |
| Hex | BC | D3 | 53 | B | 0 | 3D | 11 | 47 | 3B | 3A |
| Octal | 274 | 323 | 123 | 13 | 0 | 75 | 21 | 107 | 73 | 72 |
| Binary | 10111100 | 11010011 | 1010011 | 1011 | 0 | 111101 | 10001 | 1000111 | 111011 | 111010 |
Color Harmonies of #BCD353
Complementary color
Monochromatic Colors of #BCD353
Black with #BCD353
Text Example
Text Example
White with #BCD353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD353; }
p { color: rgb(188,211,83); }
H1.HeaderClassName
{
color: #BCD353;
}
.AnyTagClassName
{
color: #BCD353;
}
</style>
background-color css
<style>
a { background-color: #BCD353; }
a { background-color: rgb(188,211,83); }
div.DivClassName
{
background-color: #BCD353;
}
.BgClassName
{
background-color: #BCD353;
}
</style>
border-color css
<style>
span { border-color: #BCD353; }
span { border-color: rgb(188,211,83); }
td.TdClassName
{
border-color: #BCD353;
}
.TagClassName
{
border-color: #BCD353;
}
</style>