Shades of Wild Willow #BDC05D
Tints of Wild Willow #BDC05D
RGB
CMYK
RGB Variations
Color information
#BDC05D (or 0xBDC05D) is known color: Wild Willow. HEX triplet: BD, C0 and 5D. RGB value is (189,192,93). Sum of RGB (Red+Green+Blue) = 189+192+93=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC05D is #423FA2. Grayscale: #B4B4B4. Windows color (decimal): -4341667 or 6144189. OLE color: 6144189.
HSL color Cylindrical-coordinate representation of color #BDC05D: hue angle of 61.82º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDC05D is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 93 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.25 |
| HSL | 61.82º | 0.44% | 0.56% | - |
| HSV(B) | 61.82º | 0.52% | 0.75% | - |
| XYZ | 41.81 | 49.31 | 17.67 | - |
| YUV | 179.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 93 | 0.02 | 0 | 0.52 | 0.25 | 61.82 | 0.44 | 0.56 |
| Hex | BD | C0 | 5D | 2 | 0 | 34 | 19 | 3E | 2C | 38 |
| Octal | 275 | 300 | 135 | 2 | 0 | 64 | 31 | 76 | 54 | 70 |
| Binary | 10111101 | 11000000 | 1011101 | 10 | 0 | 110100 | 11001 | 111110 | 101100 | 111000 |
Color Harmonies of #BDC05D
Complementary color
Monochromatic Colors of #BDC05D
Black with #BDC05D
Text Example
Text Example
White with #BDC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC05D; }
p { color: rgb(189,192,93); }
H1.HeaderClassName
{
color: #BDC05D;
}
.AnyTagClassName
{
color: #BDC05D;
}
</style>
background-color css
<style>
a { background-color: #BDC05D; }
a { background-color: rgb(189,192,93); }
div.DivClassName
{
background-color: #BDC05D;
}
.BgClassName
{
background-color: #BDC05D;
}
</style>
border-color css
<style>
span { border-color: #BDC05D; }
span { border-color: rgb(189,192,93); }
td.TdClassName
{
border-color: #BDC05D;
}
.TagClassName
{
border-color: #BDC05D;
}
</style>