Shades of Wild Willow #BDC858
Tints of Wild Willow #BDC858
RGB
CMYK
RGB Variations
Color information
#BDC858 (or 0xBDC858) is known color: Wild Willow. HEX triplet: BD, C8 and 58. RGB value is (189,200,88). Sum of RGB (Red+Green+Blue) = 189+200+88=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC858 is #4237A7. Grayscale: #B8B8B8. Windows color (decimal): -4339624 or 5818557. OLE color: 5818557.
HSL color Cylindrical-coordinate representation of color #BDC858: hue angle of 65.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDC858 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 88 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.22 |
| HSL | 65.89º | 0.5% | 0.56% | - |
| HSV(B) | 65.89º | 0.56% | 0.78% | - |
| XYZ | 43.4 | 52.83 | 17.14 | - |
| YUV | 183.94 | 73.86 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 88 | 0.06 | 0 | 0.56 | 0.22 | 65.89 | 0.5 | 0.56 |
| Hex | BD | C8 | 58 | 6 | 0 | 38 | 16 | 42 | 32 | 38 |
| Octal | 275 | 310 | 130 | 6 | 0 | 70 | 26 | 102 | 62 | 70 |
| Binary | 10111101 | 11001000 | 1011000 | 110 | 0 | 111000 | 10110 | 1000010 | 110010 | 111000 |
Color Harmonies of #BDC858
Complementary color
Monochromatic Colors of #BDC858
Black with #BDC858
Text Example
Text Example
White with #BDC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC858; }
p { color: rgb(189,200,88); }
H1.HeaderClassName
{
color: #BDC858;
}
.AnyTagClassName
{
color: #BDC858;
}
</style>
background-color css
<style>
a { background-color: #BDC858; }
a { background-color: rgb(189,200,88); }
div.DivClassName
{
background-color: #BDC858;
}
.BgClassName
{
background-color: #BDC858;
}
</style>
border-color css
<style>
span { border-color: #BDC858; }
span { border-color: rgb(189,200,88); }
td.TdClassName
{
border-color: #BDC858;
}
.TagClassName
{
border-color: #BDC858;
}
</style>