Shades of Wild Willow #BDC862
Tints of Wild Willow #BDC862
RGB
CMYK
RGB Variations
Color information
#BDC862 (or 0xBDC862) is known color: Wild Willow. HEX triplet: BD, C8 and 62. RGB value is (189,200,98). Sum of RGB (Red+Green+Blue) = 189+200+98=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC862 is #42379D. Grayscale: #B9B9B9. Windows color (decimal): -4339614 or 6473917. OLE color: 6473917.
HSL color Cylindrical-coordinate representation of color #BDC862: hue angle of 66.47º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC862 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 98 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.22 |
| HSL | 66.47º | 0.48% | 0.58% | - |
| HSV(B) | 66.47º | 0.51% | 0.78% | - |
| XYZ | 43.85 | 53.01 | 19.48 | - |
| YUV | 185.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 98 | 0.06 | 0 | 0.51 | 0.22 | 66.47 | 0.48 | 0.58 |
| Hex | BD | C8 | 62 | 6 | 0 | 33 | 16 | 42 | 30 | 3A |
| Octal | 275 | 310 | 142 | 6 | 0 | 63 | 26 | 102 | 60 | 72 |
| Binary | 10111101 | 11001000 | 1100010 | 110 | 0 | 110011 | 10110 | 1000010 | 110000 | 111010 |
Color Harmonies of #BDC862
Complementary color
Monochromatic Colors of #BDC862
Black with #BDC862
Text Example
Text Example
White with #BDC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC862; }
p { color: rgb(189,200,98); }
H1.HeaderClassName
{
color: #BDC862;
}
.AnyTagClassName
{
color: #BDC862;
}
</style>
background-color css
<style>
a { background-color: #BDC862; }
a { background-color: rgb(189,200,98); }
div.DivClassName
{
background-color: #BDC862;
}
.BgClassName
{
background-color: #BDC862;
}
</style>
border-color css
<style>
span { border-color: #BDC862; }
span { border-color: rgb(189,200,98); }
td.TdClassName
{
border-color: #BDC862;
}
.TagClassName
{
border-color: #BDC862;
}
</style>