Shades of Wild Willow #BDC15E
Tints of Wild Willow #BDC15E
RGB
CMYK
RGB Variations
Color information
#BDC15E (or 0xBDC15E) is known color: Wild Willow. HEX triplet: BD, C1 and 5E. RGB value is (189,193,94). Sum of RGB (Red+Green+Blue) = 189+193+94=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC15E is #423EA1. Grayscale: #B4B4B4. Windows color (decimal): -4341410 or 6209981. OLE color: 6209981.
HSL color Cylindrical-coordinate representation of color #BDC15E: hue angle of 62.42º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC15E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 94 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.24 |
| HSL | 62.42º | 0.44% | 0.56% | - |
| HSV(B) | 62.42º | 0.51% | 0.76% | - |
| XYZ | 42.08 | 49.77 | 17.98 | - |
| YUV | 180.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 94 | 0.02 | 0 | 0.51 | 0.24 | 62.42 | 0.44 | 0.56 |
| Hex | BD | C1 | 5E | 2 | 0 | 33 | 18 | 3E | 2C | 38 |
| Octal | 275 | 301 | 136 | 2 | 0 | 63 | 30 | 76 | 54 | 70 |
| Binary | 10111101 | 11000001 | 1011110 | 10 | 0 | 110011 | 11000 | 111110 | 101100 | 111000 |
Color Harmonies of #BDC15E
Complementary color
Monochromatic Colors of #BDC15E
Black with #BDC15E
Text Example
Text Example
White with #BDC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC15E; }
p { color: rgb(189,193,94); }
H1.HeaderClassName
{
color: #BDC15E;
}
.AnyTagClassName
{
color: #BDC15E;
}
</style>
background-color css
<style>
a { background-color: #BDC15E; }
a { background-color: rgb(189,193,94); }
div.DivClassName
{
background-color: #BDC15E;
}
.BgClassName
{
background-color: #BDC15E;
}
</style>
border-color css
<style>
span { border-color: #BDC15E; }
span { border-color: rgb(189,193,94); }
td.TdClassName
{
border-color: #BDC15E;
}
.TagClassName
{
border-color: #BDC15E;
}
</style>