Shades of Wild Willow #BDD258
Tints of Wild Willow #BDD258
RGB
CMYK
RGB Variations
Color information
#BDD258 (or 0xBDD258) is known color: Wild Willow. HEX triplet: BD, D2 and 58. RGB value is (189,210,88). Sum of RGB (Red+Green+Blue) = 189+210+88=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD258 is #422DA7. Grayscale: #BEBEBE. Windows color (decimal): -4337064 or 5821117. OLE color: 5821117.
HSL color Cylindrical-coordinate representation of color #BDD258: hue angle of 70.33º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDD258 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 88 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.18 |
| HSL | 70.33º | 0.58% | 0.58% | - |
| HSV(B) | 70.33º | 0.58% | 0.82% | - |
| XYZ | 45.79 | 57.62 | 17.94 | - |
| YUV | 189.81 | 70.54 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 88 | 0.10 | 0 | 0.58 | 0.18 | 70.33 | 0.58 | 0.58 |
| Hex | BD | D2 | 58 | A | 0 | 3A | 12 | 46 | 3A | 3A |
| Octal | 275 | 322 | 130 | 12 | 0 | 72 | 22 | 106 | 72 | 72 |
| Binary | 10111101 | 11010010 | 1011000 | 1010 | 0 | 111010 | 10010 | 1000110 | 111010 | 111010 |
Color Harmonies of #BDD258
Complementary color
Monochromatic Colors of #BDD258
Black with #BDD258
Text Example
Text Example
White with #BDD258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD258; }
p { color: rgb(189,210,88); }
H1.HeaderClassName
{
color: #BDD258;
}
.AnyTagClassName
{
color: #BDD258;
}
</style>
background-color css
<style>
a { background-color: #BDD258; }
a { background-color: rgb(189,210,88); }
div.DivClassName
{
background-color: #BDD258;
}
.BgClassName
{
background-color: #BDD258;
}
</style>
border-color css
<style>
span { border-color: #BDD258; }
span { border-color: rgb(189,210,88); }
td.TdClassName
{
border-color: #BDD258;
}
.TagClassName
{
border-color: #BDD258;
}
</style>