Shades of Wild Willow #BCD24E
Tints of Wild Willow #BCD24E
RGB
CMYK
RGB Variations
Color information
#BCD24E (or 0xBCD24E) is known color: Wild Willow. HEX triplet: BC, D2 and 4E. RGB value is (188,210,78). Sum of RGB (Red+Green+Blue) = 188+210+78=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD24E is #432DB1. Grayscale: #BCBCBC. Windows color (decimal): -4402610 or 5165756. OLE color: 5165756.
HSL color Cylindrical-coordinate representation of color #BCD24E: hue angle of 70º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD24E is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 78 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.18 |
| HSL | 70º | 0.59% | 0.56% | - |
| HSV(B) | 70º | 0.63% | 0.82% | - |
| XYZ | 45.16 | 57.33 | 15.89 | - |
| YUV | 188.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 78 | 0.10 | 0 | 0.63 | 0.18 | 70 | 0.59 | 0.56 |
| Hex | BC | D2 | 4E | A | 0 | 3F | 12 | 46 | 3B | 38 |
| Octal | 274 | 322 | 116 | 12 | 0 | 77 | 22 | 106 | 73 | 70 |
| Binary | 10111100 | 11010010 | 1001110 | 1010 | 0 | 111111 | 10010 | 1000110 | 111011 | 111000 |
Color Harmonies of #BCD24E
Complementary color
Monochromatic Colors of #BCD24E
Black with #BCD24E
Text Example
Text Example
White with #BCD24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD24E; }
p { color: rgb(188,210,78); }
H1.HeaderClassName
{
color: #BCD24E;
}
.AnyTagClassName
{
color: #BCD24E;
}
</style>
background-color css
<style>
a { background-color: #BCD24E; }
a { background-color: rgb(188,210,78); }
div.DivClassName
{
background-color: #BCD24E;
}
.BgClassName
{
background-color: #BCD24E;
}
</style>
border-color css
<style>
span { border-color: #BCD24E; }
span { border-color: rgb(188,210,78); }
td.TdClassName
{
border-color: #BCD24E;
}
.TagClassName
{
border-color: #BCD24E;
}
</style>