Shades of Wild Willow #BCD25D
Tints of Wild Willow #BCD25D
RGB
CMYK
RGB Variations
Color information
#BCD25D (or 0xBCD25D) is known color: Wild Willow. HEX triplet: BC, D2 and 5D. RGB value is (188,210,93). Sum of RGB (Red+Green+Blue) = 188+210+93=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD25D is #432DA2. Grayscale: #BEBEBE. Windows color (decimal): -4402595 or 6148796. OLE color: 6148796.
HSL color Cylindrical-coordinate representation of color #BCD25D: hue angle of 71.28º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCD25D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 93 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.18 |
| HSL | 71.28º | 0.57% | 0.59% | - |
| HSV(B) | 71.28º | 0.56% | 0.82% | - |
| XYZ | 45.76 | 57.57 | 19.06 | - |
| YUV | 190.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 93 | 0.10 | 0 | 0.56 | 0.18 | 71.28 | 0.57 | 0.59 |
| Hex | BC | D2 | 5D | A | 0 | 38 | 12 | 47 | 39 | 3B |
| Octal | 274 | 322 | 135 | 12 | 0 | 70 | 22 | 107 | 71 | 73 |
| Binary | 10111100 | 11010010 | 1011101 | 1010 | 0 | 111000 | 10010 | 1000111 | 111001 | 111011 |
Color Harmonies of #BCD25D
Complementary color
Monochromatic Colors of #BCD25D
Black with #BCD25D
Text Example
Text Example
White with #BCD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD25D; }
p { color: rgb(188,210,93); }
H1.HeaderClassName
{
color: #BCD25D;
}
.AnyTagClassName
{
color: #BCD25D;
}
</style>
background-color css
<style>
a { background-color: #BCD25D; }
a { background-color: rgb(188,210,93); }
div.DivClassName
{
background-color: #BCD25D;
}
.BgClassName
{
background-color: #BCD25D;
}
</style>
border-color css
<style>
span { border-color: #BCD25D; }
span { border-color: rgb(188,210,93); }
td.TdClassName
{
border-color: #BCD25D;
}
.TagClassName
{
border-color: #BCD25D;
}
</style>