Shades of Wild Willow #BDD264
Tints of Wild Willow #BDD264
RGB
CMYK
RGB Variations
Color information
#BDD264 (or 0xBDD264) is known color: Wild Willow. HEX triplet: BD, D2 and 64. RGB value is (189,210,100). Sum of RGB (Red+Green+Blue) = 189+210+100=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD264 is #422D9B. Grayscale: #BFBFBF. Windows color (decimal): -4337052 or 6607549. OLE color: 6607549.
HSL color Cylindrical-coordinate representation of color #BDD264: hue angle of 71.45º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDD264 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 100 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.18 |
| HSL | 71.45º | 0.55% | 0.61% | - |
| HSV(B) | 71.45º | 0.52% | 0.82% | - |
| XYZ | 46.33 | 57.83 | 20.78 | - |
| YUV | 191.18 | 76.54 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 100 | 0.10 | 0 | 0.52 | 0.18 | 71.45 | 0.55 | 0.61 |
| Hex | BD | D2 | 64 | A | 0 | 34 | 12 | 47 | 37 | 3D |
| Octal | 275 | 322 | 144 | 12 | 0 | 64 | 22 | 107 | 67 | 75 |
| Binary | 10111101 | 11010010 | 1100100 | 1010 | 0 | 110100 | 10010 | 1000111 | 110111 | 111101 |
Color Harmonies of #BDD264
Complementary color
Monochromatic Colors of #BDD264
Black with #BDD264
Text Example
Text Example
White with #BDD264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD264; }
p { color: rgb(189,210,100); }
H1.HeaderClassName
{
color: #BDD264;
}
.AnyTagClassName
{
color: #BDD264;
}
</style>
background-color css
<style>
a { background-color: #BDD264; }
a { background-color: rgb(189,210,100); }
div.DivClassName
{
background-color: #BDD264;
}
.BgClassName
{
background-color: #BDD264;
}
</style>
border-color css
<style>
span { border-color: #BDD264; }
span { border-color: rgb(189,210,100); }
td.TdClassName
{
border-color: #BDD264;
}
.TagClassName
{
border-color: #BDD264;
}
</style>