Shades of Wild Willow #BDD962
Tints of Wild Willow #BDD962
RGB
CMYK
RGB Variations
Color information
#BDD962 (or 0xBDD962) is known color: Wild Willow. HEX triplet: BD, D9 and 62. RGB value is (189,217,98). Sum of RGB (Red+Green+Blue) = 189+217+98=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD962 is #42269D. Grayscale: #C3C3C3. Windows color (decimal): -4335262 or 6478269. OLE color: 6478269.
HSL color Cylindrical-coordinate representation of color #BDD962: hue angle of 74.12º degrees, saturation: 0.61, 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 #BDD962 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 98 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.15 |
| HSL | 74.12º | 0.61% | 0.62% | - |
| HSV(B) | 74.12º | 0.55% | 0.85% | - |
| XYZ | 48 | 61.33 | 20.86 | - |
| YUV | 195.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 98 | 0.13 | 0 | 0.55 | 0.15 | 74.12 | 0.61 | 0.62 |
| Hex | BD | D9 | 62 | D | 0 | 37 | F | 4A | 3D | 3E |
| Octal | 275 | 331 | 142 | 15 | 0 | 67 | 17 | 112 | 75 | 76 |
| Binary | 10111101 | 11011001 | 1100010 | 1101 | 0 | 110111 | 1111 | 1001010 | 111101 | 111110 |
Color Harmonies of #BDD962
Complementary color
Monochromatic Colors of #BDD962
Black with #BDD962
Text Example
Text Example
White with #BDD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD962; }
p { color: rgb(189,217,98); }
H1.HeaderClassName
{
color: #BDD962;
}
.AnyTagClassName
{
color: #BDD962;
}
</style>
background-color css
<style>
a { background-color: #BDD962; }
a { background-color: rgb(189,217,98); }
div.DivClassName
{
background-color: #BDD962;
}
.BgClassName
{
background-color: #BDD962;
}
</style>
border-color css
<style>
span { border-color: #BDD962; }
span { border-color: rgb(189,217,98); }
td.TdClassName
{
border-color: #BDD962;
}
.TagClassName
{
border-color: #BDD962;
}
</style>