Shades of Wild Willow #BDC05C
Tints of Wild Willow #BDC05C
RGB
CMYK
RGB Variations
Color information
#BDC05C (or 0xBDC05C) is known color: Wild Willow. HEX triplet: BD, C0 and 5C. RGB value is (189,192,92). Sum of RGB (Red+Green+Blue) = 189+192+92=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC05C is #423FA3. Grayscale: #B4B4B4. Windows color (decimal): -4341668 or 6078653. OLE color: 6078653.
HSL color Cylindrical-coordinate representation of color #BDC05C: hue angle of 61.8º 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 #BDC05C is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 92 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.25 |
| HSL | 61.8º | 0.44% | 0.56% | - |
| HSV(B) | 61.8º | 0.52% | 0.75% | - |
| XYZ | 41.77 | 49.29 | 17.44 | - |
| YUV | 179.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 92 | 0.02 | 0 | 0.52 | 0.25 | 61.8 | 0.44 | 0.56 |
| Hex | BD | C0 | 5C | 2 | 0 | 34 | 19 | 3E | 2C | 38 |
| Octal | 275 | 300 | 134 | 2 | 0 | 64 | 31 | 76 | 54 | 70 |
| Binary | 10111101 | 11000000 | 1011100 | 10 | 0 | 110100 | 11001 | 111110 | 101100 | 111000 |
Color Harmonies of #BDC05C
Complementary color
Monochromatic Colors of #BDC05C
Black with #BDC05C
Text Example
Text Example
White with #BDC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC05C; }
p { color: rgb(189,192,92); }
H1.HeaderClassName
{
color: #BDC05C;
}
.AnyTagClassName
{
color: #BDC05C;
}
</style>
background-color css
<style>
a { background-color: #BDC05C; }
a { background-color: rgb(189,192,92); }
div.DivClassName
{
background-color: #BDC05C;
}
.BgClassName
{
background-color: #BDC05C;
}
</style>
border-color css
<style>
span { border-color: #BDC05C; }
span { border-color: rgb(189,192,92); }
td.TdClassName
{
border-color: #BDC05C;
}
.TagClassName
{
border-color: #BDC05C;
}
</style>