Shades of Wild Willow #BACD5D
Tints of Wild Willow #BACD5D
RGB
CMYK
RGB Variations
Color information
#BACD5D (or 0xBACD5D) is known color: Wild Willow. HEX triplet: BA, CD and 5D. RGB value is (186,205,93). Sum of RGB (Red+Green+Blue) = 186+205+93=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD5D is #4532A2. Grayscale: #BABABA. Windows color (decimal): -4534947 or 6147514. OLE color: 6147514.
HSL color Cylindrical-coordinate representation of color #BACD5D: hue angle of 70.18º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BACD5D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 93 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.20 |
| HSL | 70.18º | 0.53% | 0.58% | - |
| HSV(B) | 70.18º | 0.55% | 0.8% | - |
| XYZ | 44.06 | 54.89 | 18.63 | - |
| YUV | 186.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 93 | 0.09 | 0 | 0.55 | 0.20 | 70.18 | 0.53 | 0.58 |
| Hex | BA | CD | 5D | 9 | 0 | 37 | 14 | 46 | 35 | 3A |
| Octal | 272 | 315 | 135 | 11 | 0 | 67 | 24 | 106 | 65 | 72 |
| Binary | 10111010 | 11001101 | 1011101 | 1001 | 0 | 110111 | 10100 | 1000110 | 110101 | 111010 |
Color Harmonies of #BACD5D
Complementary color
Monochromatic Colors of #BACD5D
Black with #BACD5D
Text Example
Text Example
White with #BACD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD5D; }
p { color: rgb(186,205,93); }
H1.HeaderClassName
{
color: #BACD5D;
}
.AnyTagClassName
{
color: #BACD5D;
}
</style>
background-color css
<style>
a { background-color: #BACD5D; }
a { background-color: rgb(186,205,93); }
div.DivClassName
{
background-color: #BACD5D;
}
.BgClassName
{
background-color: #BACD5D;
}
</style>
border-color css
<style>
span { border-color: #BACD5D; }
span { border-color: rgb(186,205,93); }
td.TdClassName
{
border-color: #BACD5D;
}
.TagClassName
{
border-color: #BACD5D;
}
</style>