Shades of Wild Willow #BDC158
Tints of Wild Willow #BDC158
RGB
CMYK
RGB Variations
Color information
#BDC158 (or 0xBDC158) is known color: Wild Willow. HEX triplet: BD, C1 and 58. RGB value is (189,193,88). Sum of RGB (Red+Green+Blue) = 189+193+88=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC158 is #423EA7. Grayscale: #B4B4B4. Windows color (decimal): -4341416 or 5816765. OLE color: 5816765.
HSL color Cylindrical-coordinate representation of color #BDC158: hue angle of 62.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDC158 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 88 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.24 |
| HSL | 62.29º | 0.46% | 0.55% | - |
| HSV(B) | 62.29º | 0.54% | 0.76% | - |
| XYZ | 41.82 | 49.66 | 16.61 | - |
| YUV | 179.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 88 | 0.02 | 0 | 0.54 | 0.24 | 62.29 | 0.46 | 0.55 |
| Hex | BD | C1 | 58 | 2 | 0 | 36 | 18 | 3E | 2E | 37 |
| Octal | 275 | 301 | 130 | 2 | 0 | 66 | 30 | 76 | 56 | 67 |
| Binary | 10111101 | 11000001 | 1011000 | 10 | 0 | 110110 | 11000 | 111110 | 101110 | 110111 |
Color Harmonies of #BDC158
Complementary color
Monochromatic Colors of #BDC158
Black with #BDC158
Text Example
Text Example
White with #BDC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC158; }
p { color: rgb(189,193,88); }
H1.HeaderClassName
{
color: #BDC158;
}
.AnyTagClassName
{
color: #BDC158;
}
</style>
background-color css
<style>
a { background-color: #BDC158; }
a { background-color: rgb(189,193,88); }
div.DivClassName
{
background-color: #BDC158;
}
.BgClassName
{
background-color: #BDC158;
}
</style>
border-color css
<style>
span { border-color: #BDC158; }
span { border-color: rgb(189,193,88); }
td.TdClassName
{
border-color: #BDC158;
}
.TagClassName
{
border-color: #BDC158;
}
</style>