Shades of Wild Willow #BCD762
Tints of Wild Willow #BCD762
RGB
CMYK
RGB Variations
Color information
#BCD762 (or 0xBCD762) is known color: Wild Willow. HEX triplet: BC, D7 and 62. RGB value is (188,215,98). Sum of RGB (Red+Green+Blue) = 188+215+98=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD762 is #43289D. Grayscale: #C2C2C2. Windows color (decimal): -4401310 or 6477756. OLE color: 6477756.
HSL color Cylindrical-coordinate representation of color #BCD762: hue angle of 73.85º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCD762 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 98 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.16 |
| HSL | 73.85º | 0.59% | 0.61% | - |
| HSV(B) | 73.85º | 0.54% | 0.84% | - |
| XYZ | 47.24 | 60.17 | 20.68 | - |
| YUV | 193.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 98 | 0.13 | 0 | 0.54 | 0.16 | 73.85 | 0.59 | 0.61 |
| Hex | BC | D7 | 62 | D | 0 | 36 | 10 | 4A | 3B | 3D |
| Octal | 274 | 327 | 142 | 15 | 0 | 66 | 20 | 112 | 73 | 75 |
| Binary | 10111100 | 11010111 | 1100010 | 1101 | 0 | 110110 | 10000 | 1001010 | 111011 | 111101 |
Color Harmonies of #BCD762
Complementary color
Monochromatic Colors of #BCD762
Black with #BCD762
Text Example
Text Example
White with #BCD762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD762; }
p { color: rgb(188,215,98); }
H1.HeaderClassName
{
color: #BCD762;
}
.AnyTagClassName
{
color: #BCD762;
}
</style>
background-color css
<style>
a { background-color: #BCD762; }
a { background-color: rgb(188,215,98); }
div.DivClassName
{
background-color: #BCD762;
}
.BgClassName
{
background-color: #BCD762;
}
</style>
border-color css
<style>
span { border-color: #BCD762; }
span { border-color: rgb(188,215,98); }
td.TdClassName
{
border-color: #BCD762;
}
.TagClassName
{
border-color: #BCD762;
}
</style>