Shades of Wild Willow #BDC157
Tints of Wild Willow #BDC157
RGB
CMYK
RGB Variations
Color information
#BDC157 (or 0xBDC157) is known color: Wild Willow. HEX triplet: BD, C1 and 57. RGB value is (189,193,87). Sum of RGB (Red+Green+Blue) = 189+193+87=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC157 is #423EA8. Grayscale: #B4B4B4. Windows color (decimal): -4341417 or 5751229. OLE color: 5751229.
HSL color Cylindrical-coordinate representation of color #BDC157: hue angle of 62.26º 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 #BDC157 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 87 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.24 |
| HSL | 62.26º | 0.46% | 0.55% | - |
| HSV(B) | 62.26º | 0.55% | 0.76% | - |
| XYZ | 41.78 | 49.65 | 16.4 | - |
| YUV | 179.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 87 | 0.02 | 0 | 0.55 | 0.24 | 62.26 | 0.46 | 0.55 |
| Hex | BD | C1 | 57 | 2 | 0 | 37 | 18 | 3E | 2E | 37 |
| Octal | 275 | 301 | 127 | 2 | 0 | 67 | 30 | 76 | 56 | 67 |
| Binary | 10111101 | 11000001 | 1010111 | 10 | 0 | 110111 | 11000 | 111110 | 101110 | 110111 |
Color Harmonies of #BDC157
Complementary color
Monochromatic Colors of #BDC157
Black with #BDC157
Text Example
Text Example
White with #BDC157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC157; }
p { color: rgb(189,193,87); }
H1.HeaderClassName
{
color: #BDC157;
}
.AnyTagClassName
{
color: #BDC157;
}
</style>
background-color css
<style>
a { background-color: #BDC157; }
a { background-color: rgb(189,193,87); }
div.DivClassName
{
background-color: #BDC157;
}
.BgClassName
{
background-color: #BDC157;
}
</style>
border-color css
<style>
span { border-color: #BDC157; }
span { border-color: rgb(189,193,87); }
td.TdClassName
{
border-color: #BDC157;
}
.TagClassName
{
border-color: #BDC157;
}
</style>