Shades of Wild Willow #BDD267
Tints of Wild Willow #BDD267
RGB
CMYK
RGB Variations
Color information
#BDD267 (or 0xBDD267) is known color: Wild Willow. HEX triplet: BD, D2 and 67. RGB value is (189,210,103). Sum of RGB (Red+Green+Blue) = 189+210+103=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD267 is #422D98. Grayscale: #BFBFBF. Windows color (decimal): -4337049 or 6804157. OLE color: 6804157.
HSL color Cylindrical-coordinate representation of color #BDD267: hue angle of 71.78º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD267 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 103 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.18 |
| HSL | 71.78º | 0.54% | 0.61% | - |
| HSV(B) | 71.78º | 0.51% | 0.82% | - |
| XYZ | 46.48 | 57.89 | 21.56 | - |
| YUV | 191.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 103 | 0.10 | 0 | 0.51 | 0.18 | 71.78 | 0.54 | 0.61 |
| Hex | BD | D2 | 67 | A | 0 | 33 | 12 | 48 | 36 | 3D |
| Octal | 275 | 322 | 147 | 12 | 0 | 63 | 22 | 110 | 66 | 75 |
| Binary | 10111101 | 11010010 | 1100111 | 1010 | 0 | 110011 | 10010 | 1001000 | 110110 | 111101 |
Color Harmonies of #BDD267
Complementary color
Monochromatic Colors of #BDD267
Black with #BDD267
Text Example
Text Example
White with #BDD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD267; }
p { color: rgb(189,210,103); }
H1.HeaderClassName
{
color: #BDD267;
}
.AnyTagClassName
{
color: #BDD267;
}
</style>
background-color css
<style>
a { background-color: #BDD267; }
a { background-color: rgb(189,210,103); }
div.DivClassName
{
background-color: #BDD267;
}
.BgClassName
{
background-color: #BDD267;
}
</style>
border-color css
<style>
span { border-color: #BDD267; }
span { border-color: rgb(189,210,103); }
td.TdClassName
{
border-color: #BDD267;
}
.TagClassName
{
border-color: #BDD267;
}
</style>