Shades of Wild Willow #BACD6C
Tints of Wild Willow #BACD6C
RGB
CMYK
RGB Variations
Color information
#BACD6C (or 0xBACD6C) is known color: Wild Willow. HEX triplet: BA, CD and 6C. RGB value is (186,205,108). Sum of RGB (Red+Green+Blue) = 186+205+108=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD6C is #453293. Grayscale: #BCBCBC. Windows color (decimal): -4534932 or 7130554. OLE color: 7130554.
HSL color Cylindrical-coordinate representation of color #BACD6C: hue angle of 71.75º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BACD6C is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 108 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.20 |
| HSL | 71.75º | 0.49% | 0.61% | - |
| HSV(B) | 71.75º | 0.47% | 0.8% | - |
| XYZ | 44.79 | 55.18 | 22.48 | - |
| YUV | 188.26 | 82.71 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 108 | 0.09 | 0 | 0.47 | 0.20 | 71.75 | 0.49 | 0.61 |
| Hex | BA | CD | 6C | 9 | 0 | 2F | 14 | 48 | 31 | 3D |
| Octal | 272 | 315 | 154 | 11 | 0 | 57 | 24 | 110 | 61 | 75 |
| Binary | 10111010 | 11001101 | 1101100 | 1001 | 0 | 101111 | 10100 | 1001000 | 110001 | 111101 |
Color Harmonies of #BACD6C
Complementary color
Monochromatic Colors of #BACD6C
Black with #BACD6C
Text Example
Text Example
White with #BACD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD6C; }
p { color: rgb(186,205,108); }
H1.HeaderClassName
{
color: #BACD6C;
}
.AnyTagClassName
{
color: #BACD6C;
}
</style>
background-color css
<style>
a { background-color: #BACD6C; }
a { background-color: rgb(186,205,108); }
div.DivClassName
{
background-color: #BACD6C;
}
.BgClassName
{
background-color: #BACD6C;
}
</style>
border-color css
<style>
span { border-color: #BACD6C; }
span { border-color: rgb(186,205,108); }
td.TdClassName
{
border-color: #BACD6C;
}
.TagClassName
{
border-color: #BACD6C;
}
</style>