Shades of Wild Willow #BCD65A
Tints of Wild Willow #BCD65A
RGB
CMYK
RGB Variations
Color information
#BCD65A (or 0xBCD65A) is known color: Wild Willow. HEX triplet: BC, D6 and 5A. RGB value is (188,214,90). Sum of RGB (Red+Green+Blue) = 188+214+90=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD65A is #4329A5. Grayscale: #C0C0C0. Windows color (decimal): -4401574 or 5953212. OLE color: 5953212.
HSL color Cylindrical-coordinate representation of color #BCD65A: hue angle of 72.58º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCD65A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 90 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.16 |
| HSL | 72.58º | 0.6% | 0.6% | - |
| HSV(B) | 72.58º | 0.58% | 0.84% | - |
| XYZ | 46.63 | 59.52 | 18.7 | - |
| YUV | 192.09 | 70.39 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 90 | 0.12 | 0 | 0.58 | 0.16 | 72.58 | 0.6 | 0.6 |
| Hex | BC | D6 | 5A | C | 0 | 3A | 10 | 49 | 3C | 3C |
| Octal | 274 | 326 | 132 | 14 | 0 | 72 | 20 | 111 | 74 | 74 |
| Binary | 10111100 | 11010110 | 1011010 | 1100 | 0 | 111010 | 10000 | 1001001 | 111100 | 111100 |
Color Harmonies of #BCD65A
Complementary color
Monochromatic Colors of #BCD65A
Black with #BCD65A
Text Example
Text Example
White with #BCD65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD65A; }
p { color: rgb(188,214,90); }
H1.HeaderClassName
{
color: #BCD65A;
}
.AnyTagClassName
{
color: #BCD65A;
}
</style>
background-color css
<style>
a { background-color: #BCD65A; }
a { background-color: rgb(188,214,90); }
div.DivClassName
{
background-color: #BCD65A;
}
.BgClassName
{
background-color: #BCD65A;
}
</style>
border-color css
<style>
span { border-color: #BCD65A; }
span { border-color: rgb(188,214,90); }
td.TdClassName
{
border-color: #BCD65A;
}
.TagClassName
{
border-color: #BCD65A;
}
</style>