Shades of Wild Willow #BDD273
Tints of Wild Willow #BDD273
RGB
CMYK
RGB Variations
Color information
#BDD273 (or 0xBDD273) is known color: Wild Willow. HEX triplet: BD, D2 and 73. RGB value is (189,210,115). Sum of RGB (Red+Green+Blue) = 189+210+115=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD273 is #422D8C. Grayscale: #C1C1C1. Windows color (decimal): -4337037 or 7590589. OLE color: 7590589.
HSL color Cylindrical-coordinate representation of color #BDD273: hue angle of 73.26º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDD273 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 115 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.18 |
| HSL | 73.26º | 0.51% | 0.64% | - |
| HSV(B) | 73.26º | 0.45% | 0.82% | - |
| XYZ | 47.13 | 58.15 | 24.96 | - |
| YUV | 192.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 115 | 0.10 | 0 | 0.45 | 0.18 | 73.26 | 0.51 | 0.64 |
| Hex | BD | D2 | 73 | A | 0 | 2D | 12 | 49 | 33 | 40 |
| Octal | 275 | 322 | 163 | 12 | 0 | 55 | 22 | 111 | 63 | 100 |
| Binary | 10111101 | 11010010 | 1110011 | 1010 | 0 | 101101 | 10010 | 1001001 | 110011 | 1000000 |
Color Harmonies of #BDD273
Complementary color
Monochromatic Colors of #BDD273
Black with #BDD273
Text Example
Text Example
White with #BDD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD273; }
p { color: rgb(189,210,115); }
H1.HeaderClassName
{
color: #BDD273;
}
.AnyTagClassName
{
color: #BDD273;
}
</style>
background-color css
<style>
a { background-color: #BDD273; }
a { background-color: rgb(189,210,115); }
div.DivClassName
{
background-color: #BDD273;
}
.BgClassName
{
background-color: #BDD273;
}
</style>
border-color css
<style>
span { border-color: #BDD273; }
span { border-color: rgb(189,210,115); }
td.TdClassName
{
border-color: #BDD273;
}
.TagClassName
{
border-color: #BDD273;
}
</style>