Shades of Wild Willow #BDD153
Tints of Wild Willow #BDD153
RGB
CMYK
RGB Variations
Color information
#BDD153 (or 0xBDD153) is known color: Wild Willow. HEX triplet: BD, D1 and 53. RGB value is (189,209,83). Sum of RGB (Red+Green+Blue) = 189+209+83=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD153 is #422EAC. Grayscale: #BDBDBD. Windows color (decimal): -4337325 or 5493181. OLE color: 5493181.
HSL color Cylindrical-coordinate representation of color #BDD153: hue angle of 69.52º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDD153 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 83 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.18 |
| HSL | 69.52º | 0.58% | 0.57% | - |
| HSV(B) | 69.52º | 0.6% | 0.82% | - |
| XYZ | 45.35 | 57.04 | 16.8 | - |
| YUV | 188.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 83 | 0.10 | 0 | 0.60 | 0.18 | 69.52 | 0.58 | 0.57 |
| Hex | BD | D1 | 53 | A | 0 | 3C | 12 | 46 | 3A | 39 |
| Octal | 275 | 321 | 123 | 12 | 0 | 74 | 22 | 106 | 72 | 71 |
| Binary | 10111101 | 11010001 | 1010011 | 1010 | 0 | 111100 | 10010 | 1000110 | 111010 | 111001 |
Color Harmonies of #BDD153
Complementary color
Monochromatic Colors of #BDD153
Black with #BDD153
Text Example
Text Example
White with #BDD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD153; }
p { color: rgb(189,209,83); }
H1.HeaderClassName
{
color: #BDD153;
}
.AnyTagClassName
{
color: #BDD153;
}
</style>
background-color css
<style>
a { background-color: #BDD153; }
a { background-color: rgb(189,209,83); }
div.DivClassName
{
background-color: #BDD153;
}
.BgClassName
{
background-color: #BDD153;
}
</style>
border-color css
<style>
span { border-color: #BDD153; }
span { border-color: rgb(189,209,83); }
td.TdClassName
{
border-color: #BDD153;
}
.TagClassName
{
border-color: #BDD153;
}
</style>