Shades of Wild Willow #BDD05B
Tints of Wild Willow #BDD05B
RGB
CMYK
RGB Variations
Color information
#BDD05B (or 0xBDD05B) is known color: Wild Willow. HEX triplet: BD, D0 and 5B. RGB value is (189,208,91). Sum of RGB (Red+Green+Blue) = 189+208+91=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD05B is #422FA4. Grayscale: #BDBDBD. Windows color (decimal): -4337573 or 6017213. OLE color: 6017213.
HSL color Cylindrical-coordinate representation of color #BDD05B: hue angle of 69.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDD05B is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 91 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.18 |
| HSL | 69.74º | 0.55% | 0.59% | - |
| HSV(B) | 69.74º | 0.56% | 0.82% | - |
| XYZ | 45.43 | 56.69 | 18.44 | - |
| YUV | 188.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 91 | 0.09 | 0 | 0.56 | 0.18 | 69.74 | 0.55 | 0.59 |
| Hex | BD | D0 | 5B | 9 | 0 | 38 | 12 | 46 | 37 | 3B |
| Octal | 275 | 320 | 133 | 11 | 0 | 70 | 22 | 106 | 67 | 73 |
| Binary | 10111101 | 11010000 | 1011011 | 1001 | 0 | 111000 | 10010 | 1000110 | 110111 | 111011 |
Color Harmonies of #BDD05B
Complementary color
Monochromatic Colors of #BDD05B
Black with #BDD05B
Text Example
Text Example
White with #BDD05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD05B; }
p { color: rgb(189,208,91); }
H1.HeaderClassName
{
color: #BDD05B;
}
.AnyTagClassName
{
color: #BDD05B;
}
</style>
background-color css
<style>
a { background-color: #BDD05B; }
a { background-color: rgb(189,208,91); }
div.DivClassName
{
background-color: #BDD05B;
}
.BgClassName
{
background-color: #BDD05B;
}
</style>
border-color css
<style>
span { border-color: #BDD05B; }
span { border-color: rgb(189,208,91); }
td.TdClassName
{
border-color: #BDD05B;
}
.TagClassName
{
border-color: #BDD05B;
}
</style>