Shades of Wild Willow #BDC358
Tints of Wild Willow #BDC358
RGB
CMYK
RGB Variations
Color information
#BDC358 (or 0xBDC358) is known color: Wild Willow. HEX triplet: BD, C3 and 58. RGB value is (189,195,88). Sum of RGB (Red+Green+Blue) = 189+195+88=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC358 is #423CA7. Grayscale: #B5B5B5. Windows color (decimal): -4340904 or 5817277. OLE color: 5817277.
HSL color Cylindrical-coordinate representation of color #BDC358: hue angle of 63.36º degrees, saturation: 0.47, 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 #BDC358 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 88 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.24 |
| HSL | 63.36º | 0.47% | 0.55% | - |
| HSV(B) | 63.36º | 0.55% | 0.76% | - |
| XYZ | 42.26 | 50.55 | 16.76 | - |
| YUV | 181.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 88 | 0.03 | 0 | 0.55 | 0.24 | 63.36 | 0.47 | 0.55 |
| Hex | BD | C3 | 58 | 3 | 0 | 37 | 18 | 3F | 2F | 37 |
| Octal | 275 | 303 | 130 | 3 | 0 | 67 | 30 | 77 | 57 | 67 |
| Binary | 10111101 | 11000011 | 1011000 | 11 | 0 | 110111 | 11000 | 111111 | 101111 | 110111 |
Color Harmonies of #BDC358
Complementary color
Monochromatic Colors of #BDC358
Black with #BDC358
Text Example
Text Example
White with #BDC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC358; }
p { color: rgb(189,195,88); }
H1.HeaderClassName
{
color: #BDC358;
}
.AnyTagClassName
{
color: #BDC358;
}
</style>
background-color css
<style>
a { background-color: #BDC358; }
a { background-color: rgb(189,195,88); }
div.DivClassName
{
background-color: #BDC358;
}
.BgClassName
{
background-color: #BDC358;
}
</style>
border-color css
<style>
span { border-color: #BDC358; }
span { border-color: rgb(189,195,88); }
td.TdClassName
{
border-color: #BDC358;
}
.TagClassName
{
border-color: #BDC358;
}
</style>