Shades of Wild Willow #BDD051
Tints of Wild Willow #BDD051
RGB
CMYK
RGB Variations
Color information
#BDD051 (or 0xBDD051) is known color: Wild Willow. HEX triplet: BD, D0 and 51. RGB value is (189,208,81). Sum of RGB (Red+Green+Blue) = 189+208+81=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD051 is #422FAE. Grayscale: #BCBCBC. Windows color (decimal): -4337583 or 5361853. OLE color: 5361853.
HSL color Cylindrical-coordinate representation of color #BDD051: hue angle of 68.98º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDD051 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 81 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.18 |
| HSL | 68.98º | 0.57% | 0.57% | - |
| HSV(B) | 68.98º | 0.61% | 0.82% | - |
| XYZ | 45.03 | 56.52 | 16.32 | - |
| YUV | 187.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 81 | 0.09 | 0 | 0.61 | 0.18 | 68.98 | 0.57 | 0.57 |
| Hex | BD | D0 | 51 | 9 | 0 | 3D | 12 | 45 | 39 | 39 |
| Octal | 275 | 320 | 121 | 11 | 0 | 75 | 22 | 105 | 71 | 71 |
| Binary | 10111101 | 11010000 | 1010001 | 1001 | 0 | 111101 | 10010 | 1000101 | 111001 | 111001 |
Color Harmonies of #BDD051
Complementary color
Monochromatic Colors of #BDD051
Black with #BDD051
Text Example
Text Example
White with #BDD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD051; }
p { color: rgb(189,208,81); }
H1.HeaderClassName
{
color: #BDD051;
}
.AnyTagClassName
{
color: #BDD051;
}
</style>
background-color css
<style>
a { background-color: #BDD051; }
a { background-color: rgb(189,208,81); }
div.DivClassName
{
background-color: #BDD051;
}
.BgClassName
{
background-color: #BDD051;
}
</style>
border-color css
<style>
span { border-color: #BDD051; }
span { border-color: rgb(189,208,81); }
td.TdClassName
{
border-color: #BDD051;
}
.TagClassName
{
border-color: #BDD051;
}
</style>