Shades of Wild Willow #BDC258
Tints of Wild Willow #BDC258
RGB
CMYK
RGB Variations
Color information
#BDC258 (or 0xBDC258) is known color: Wild Willow. HEX triplet: BD, C2 and 58. RGB value is (189,194,88). Sum of RGB (Red+Green+Blue) = 189+194+88=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC258 is #423DA7. Grayscale: #B4B4B4. Windows color (decimal): -4341160 or 5817021. OLE color: 5817021.
HSL color Cylindrical-coordinate representation of color #BDC258: hue angle of 62.83º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDC258 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 88 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.24 |
| HSL | 62.83º | 0.46% | 0.55% | - |
| HSV(B) | 62.83º | 0.55% | 0.76% | - |
| XYZ | 42.04 | 50.11 | 16.69 | - |
| YUV | 180.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 88 | 0.03 | 0 | 0.55 | 0.24 | 62.83 | 0.46 | 0.55 |
| Hex | BD | C2 | 58 | 3 | 0 | 37 | 18 | 3F | 2E | 37 |
| Octal | 275 | 302 | 130 | 3 | 0 | 67 | 30 | 77 | 56 | 67 |
| Binary | 10111101 | 11000010 | 1011000 | 11 | 0 | 110111 | 11000 | 111111 | 101110 | 110111 |
Color Harmonies of #BDC258
Complementary color
Monochromatic Colors of #BDC258
Black with #BDC258
Text Example
Text Example
White with #BDC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC258; }
p { color: rgb(189,194,88); }
H1.HeaderClassName
{
color: #BDC258;
}
.AnyTagClassName
{
color: #BDC258;
}
</style>
background-color css
<style>
a { background-color: #BDC258; }
a { background-color: rgb(189,194,88); }
div.DivClassName
{
background-color: #BDC258;
}
.BgClassName
{
background-color: #BDC258;
}
</style>
border-color css
<style>
span { border-color: #BDC258; }
span { border-color: rgb(189,194,88); }
td.TdClassName
{
border-color: #BDC258;
}
.TagClassName
{
border-color: #BDC258;
}
</style>