Shades of Wild Willow #BACD65
Tints of Wild Willow #BACD65
RGB
CMYK
RGB Variations
Color information
#BACD65 (or 0xBACD65) is known color: Wild Willow. HEX triplet: BA, CD and 65. RGB value is (186,205,101). Sum of RGB (Red+Green+Blue) = 186+205+101=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD65 is #45329A. Grayscale: #BBBBBB. Windows color (decimal): -4534939 or 6671802. OLE color: 6671802.
HSL color Cylindrical-coordinate representation of color #BACD65: hue angle of 70.96º 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 #BACD65 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 101 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.20 |
| HSL | 70.96º | 0.51% | 0.6% | - |
| HSV(B) | 70.96º | 0.51% | 0.8% | - |
| XYZ | 44.43 | 55.04 | 20.59 | - |
| YUV | 187.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 101 | 0.09 | 0 | 0.51 | 0.20 | 70.96 | 0.51 | 0.6 |
| Hex | BA | CD | 65 | 9 | 0 | 33 | 14 | 47 | 33 | 3C |
| Octal | 272 | 315 | 145 | 11 | 0 | 63 | 24 | 107 | 63 | 74 |
| Binary | 10111010 | 11001101 | 1100101 | 1001 | 0 | 110011 | 10100 | 1000111 | 110011 | 111100 |
Color Harmonies of #BACD65
Complementary color
Monochromatic Colors of #BACD65
Black with #BACD65
Text Example
Text Example
White with #BACD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD65; }
p { color: rgb(186,205,101); }
H1.HeaderClassName
{
color: #BACD65;
}
.AnyTagClassName
{
color: #BACD65;
}
</style>
background-color css
<style>
a { background-color: #BACD65; }
a { background-color: rgb(186,205,101); }
div.DivClassName
{
background-color: #BACD65;
}
.BgClassName
{
background-color: #BACD65;
}
</style>
border-color css
<style>
span { border-color: #BACD65; }
span { border-color: rgb(186,205,101); }
td.TdClassName
{
border-color: #BACD65;
}
.TagClassName
{
border-color: #BACD65;
}
</style>