Shades of Wild Willow #BDD353
Tints of Wild Willow #BDD353
RGB
CMYK
RGB Variations
Color information
#BDD353 (or 0xBDD353) is known color: Wild Willow. HEX triplet: BD, D3 and 53. RGB value is (189,211,83). Sum of RGB (Red+Green+Blue) = 189+211+83=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD353 is #422CAC. Grayscale: #BEBEBE. Windows color (decimal): -4336813 or 5493693. OLE color: 5493693.
HSL color Cylindrical-coordinate representation of color #BDD353: hue angle of 70.31º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDD353 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 83 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.17 |
| HSL | 70.31º | 0.59% | 0.58% | - |
| HSV(B) | 70.31º | 0.61% | 0.83% | - |
| XYZ | 45.84 | 58.03 | 16.97 | - |
| YUV | 189.83 | 67.71 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 83 | 0.10 | 0 | 0.61 | 0.17 | 70.31 | 0.59 | 0.58 |
| Hex | BD | D3 | 53 | A | 0 | 3D | 11 | 46 | 3B | 3A |
| Octal | 275 | 323 | 123 | 12 | 0 | 75 | 21 | 106 | 73 | 72 |
| Binary | 10111101 | 11010011 | 1010011 | 1010 | 0 | 111101 | 10001 | 1000110 | 111011 | 111010 |
Color Harmonies of #BDD353
Complementary color
Monochromatic Colors of #BDD353
Black with #BDD353
Text Example
Text Example
White with #BDD353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD353; }
p { color: rgb(189,211,83); }
H1.HeaderClassName
{
color: #BDD353;
}
.AnyTagClassName
{
color: #BDD353;
}
</style>
background-color css
<style>
a { background-color: #BDD353; }
a { background-color: rgb(189,211,83); }
div.DivClassName
{
background-color: #BDD353;
}
.BgClassName
{
background-color: #BDD353;
}
</style>
border-color css
<style>
span { border-color: #BDD353; }
span { border-color: rgb(189,211,83); }
td.TdClassName
{
border-color: #BDD353;
}
.TagClassName
{
border-color: #BDD353;
}
</style>