Shades of Wild Willow #BDD85C
Tints of Wild Willow #BDD85C
RGB
CMYK
RGB Variations
Color information
#BDD85C (or 0xBDD85C) is known color: Wild Willow. HEX triplet: BD, D8 and 5C. RGB value is (189,216,92). Sum of RGB (Red+Green+Blue) = 189+216+92=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD85C is #4227A3. Grayscale: #C2C2C2. Windows color (decimal): -4335524 or 6084797. OLE color: 6084797.
HSL color Cylindrical-coordinate representation of color #BDD85C: hue angle of 73.06º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDD85C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 92 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.15 |
| HSL | 73.06º | 0.61% | 0.6% | - |
| HSV(B) | 73.06º | 0.57% | 0.85% | - |
| XYZ | 47.47 | 60.7 | 19.34 | - |
| YUV | 193.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 92 | 0.12 | 0 | 0.57 | 0.15 | 73.06 | 0.61 | 0.6 |
| Hex | BD | D8 | 5C | C | 0 | 39 | F | 49 | 3D | 3C |
| Octal | 275 | 330 | 134 | 14 | 0 | 71 | 17 | 111 | 75 | 74 |
| Binary | 10111101 | 11011000 | 1011100 | 1100 | 0 | 111001 | 1111 | 1001001 | 111101 | 111100 |
Color Harmonies of #BDD85C
Complementary color
Monochromatic Colors of #BDD85C
Black with #BDD85C
Text Example
Text Example
White with #BDD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD85C; }
p { color: rgb(189,216,92); }
H1.HeaderClassName
{
color: #BDD85C;
}
.AnyTagClassName
{
color: #BDD85C;
}
</style>
background-color css
<style>
a { background-color: #BDD85C; }
a { background-color: rgb(189,216,92); }
div.DivClassName
{
background-color: #BDD85C;
}
.BgClassName
{
background-color: #BDD85C;
}
</style>
border-color css
<style>
span { border-color: #BDD85C; }
span { border-color: rgb(189,216,92); }
td.TdClassName
{
border-color: #BDD85C;
}
.TagClassName
{
border-color: #BDD85C;
}
</style>