Shades of Wild Willow #BCDA62
Tints of Wild Willow #BCDA62
RGB
CMYK
RGB Variations
Color information
#BCDA62 (or 0xBCDA62) is known color: Wild Willow. HEX triplet: BC, DA and 62. RGB value is (188,218,98). Sum of RGB (Red+Green+Blue) = 188+218+98=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA62 is #43259D. Grayscale: #C3C3C3. Windows color (decimal): -4400542 or 6478524. OLE color: 6478524.
HSL color Cylindrical-coordinate representation of color #BCDA62: hue angle of 75º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCDA62 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 98 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.15 |
| HSL | 75º | 0.62% | 0.62% | - |
| HSV(B) | 75º | 0.55% | 0.85% | - |
| XYZ | 48.02 | 61.72 | 20.94 | - |
| YUV | 195.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 98 | 0.14 | 0 | 0.55 | 0.15 | 75 | 0.62 | 0.62 |
| Hex | BC | DA | 62 | E | 0 | 37 | F | 4B | 3E | 3E |
| Octal | 274 | 332 | 142 | 16 | 0 | 67 | 17 | 113 | 76 | 76 |
| Binary | 10111100 | 11011010 | 1100010 | 1110 | 0 | 110111 | 1111 | 1001011 | 111110 | 111110 |
Color Harmonies of #BCDA62
Complementary color
Monochromatic Colors of #BCDA62
Black with #BCDA62
Text Example
Text Example
White with #BCDA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA62; }
p { color: rgb(188,218,98); }
H1.HeaderClassName
{
color: #BCDA62;
}
.AnyTagClassName
{
color: #BCDA62;
}
</style>
background-color css
<style>
a { background-color: #BCDA62; }
a { background-color: rgb(188,218,98); }
div.DivClassName
{
background-color: #BCDA62;
}
.BgClassName
{
background-color: #BCDA62;
}
</style>
border-color css
<style>
span { border-color: #BCDA62; }
span { border-color: rgb(188,218,98); }
td.TdClassName
{
border-color: #BCDA62;
}
.TagClassName
{
border-color: #BCDA62;
}
</style>