Shades of Wild Willow #BACD64
Tints of Wild Willow #BACD64
RGB
CMYK
RGB Variations
Color information
#BACD64 (or 0xBACD64) is known color: Wild Willow. HEX triplet: BA, CD and 64. RGB value is (186,205,100). Sum of RGB (Red+Green+Blue) = 186+205+100=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD64 is #45329B. Grayscale: #BBBBBB. Windows color (decimal): -4534940 or 6606266. OLE color: 6606266.
HSL color Cylindrical-coordinate representation of color #BACD64: hue angle of 70.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BACD64 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 100 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.20 |
| HSL | 70.86º | 0.51% | 0.6% | - |
| HSV(B) | 70.86º | 0.51% | 0.8% | - |
| XYZ | 44.38 | 55.02 | 20.34 | - |
| YUV | 187.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 100 | 0.09 | 0 | 0.51 | 0.20 | 70.86 | 0.51 | 0.6 |
| Hex | BA | CD | 64 | 9 | 0 | 33 | 14 | 47 | 33 | 3C |
| Octal | 272 | 315 | 144 | 11 | 0 | 63 | 24 | 107 | 63 | 74 |
| Binary | 10111010 | 11001101 | 1100100 | 1001 | 0 | 110011 | 10100 | 1000111 | 110011 | 111100 |
Color Harmonies of #BACD64
Complementary color
Monochromatic Colors of #BACD64
Black with #BACD64
Text Example
Text Example
White with #BACD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD64; }
p { color: rgb(186,205,100); }
H1.HeaderClassName
{
color: #BACD64;
}
.AnyTagClassName
{
color: #BACD64;
}
</style>
background-color css
<style>
a { background-color: #BACD64; }
a { background-color: rgb(186,205,100); }
div.DivClassName
{
background-color: #BACD64;
}
.BgClassName
{
background-color: #BACD64;
}
</style>
border-color css
<style>
span { border-color: #BACD64; }
span { border-color: rgb(186,205,100); }
td.TdClassName
{
border-color: #BACD64;
}
.TagClassName
{
border-color: #BACD64;
}
</style>