Shades of Wild Willow #BDD26B
Tints of Wild Willow #BDD26B
RGB
CMYK
RGB Variations
Color information
#BDD26B (or 0xBDD26B) is known color: Wild Willow. HEX triplet: BD, D2 and 6B. RGB value is (189,210,107). Sum of RGB (Red+Green+Blue) = 189+210+107=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD26B is #422D94. Grayscale: #C0C0C0. Windows color (decimal): -4337045 or 7066301. OLE color: 7066301.
HSL color Cylindrical-coordinate representation of color #BDD26B: hue angle of 72.23º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDD26B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 107 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.18 |
| HSL | 72.23º | 0.53% | 0.62% | - |
| HSV(B) | 72.23º | 0.49% | 0.82% | - |
| XYZ | 46.69 | 57.97 | 22.64 | - |
| YUV | 191.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 107 | 0.10 | 0 | 0.49 | 0.18 | 72.23 | 0.53 | 0.62 |
| Hex | BD | D2 | 6B | A | 0 | 31 | 12 | 48 | 35 | 3E |
| Octal | 275 | 322 | 153 | 12 | 0 | 61 | 22 | 110 | 65 | 76 |
| Binary | 10111101 | 11010010 | 1101011 | 1010 | 0 | 110001 | 10010 | 1001000 | 110101 | 111110 |
Color Harmonies of #BDD26B
Complementary color
Monochromatic Colors of #BDD26B
Black with #BDD26B
Text Example
Text Example
White with #BDD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD26B; }
p { color: rgb(189,210,107); }
H1.HeaderClassName
{
color: #BDD26B;
}
.AnyTagClassName
{
color: #BDD26B;
}
</style>
background-color css
<style>
a { background-color: #BDD26B; }
a { background-color: rgb(189,210,107); }
div.DivClassName
{
background-color: #BDD26B;
}
.BgClassName
{
background-color: #BDD26B;
}
</style>
border-color css
<style>
span { border-color: #BDD26B; }
span { border-color: rgb(189,210,107); }
td.TdClassName
{
border-color: #BDD26B;
}
.TagClassName
{
border-color: #BDD26B;
}
</style>