Shades of Wild Willow #BAC863
Tints of Wild Willow #BAC863
RGB
CMYK
RGB Variations
Color information
#BAC863 (or 0xBAC863) is known color: Wild Willow. HEX triplet: BA, C8 and 63. RGB value is (186,200,99). Sum of RGB (Red+Green+Blue) = 186+200+99=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC863 is #45379C. Grayscale: #B8B8B8. Windows color (decimal): -4536221 or 6539450. OLE color: 6539450.
HSL color Cylindrical-coordinate representation of color #BAC863: hue angle of 68.32º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAC863 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 99 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.22 |
| HSL | 68.32º | 0.48% | 0.59% | - |
| HSV(B) | 68.32º | 0.51% | 0.78% | - |
| XYZ | 43.16 | 52.65 | 19.69 | - |
| YUV | 184.3 | 79.86 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 99 | 0.07 | 0 | 0.50 | 0.22 | 68.32 | 0.48 | 0.59 |
| Hex | BA | C8 | 63 | 7 | 0 | 32 | 16 | 44 | 30 | 3B |
| Octal | 272 | 310 | 143 | 7 | 0 | 62 | 26 | 104 | 60 | 73 |
| Binary | 10111010 | 11001000 | 1100011 | 111 | 0 | 110010 | 10110 | 1000100 | 110000 | 111011 |
Color Harmonies of #BAC863
Complementary color
Monochromatic Colors of #BAC863
Black with #BAC863
Text Example
Text Example
White with #BAC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC863; }
p { color: rgb(186,200,99); }
H1.HeaderClassName
{
color: #BAC863;
}
.AnyTagClassName
{
color: #BAC863;
}
</style>
background-color css
<style>
a { background-color: #BAC863; }
a { background-color: rgb(186,200,99); }
div.DivClassName
{
background-color: #BAC863;
}
.BgClassName
{
background-color: #BAC863;
}
</style>
border-color css
<style>
span { border-color: #BAC863; }
span { border-color: rgb(186,200,99); }
td.TdClassName
{
border-color: #BAC863;
}
.TagClassName
{
border-color: #BAC863;
}
</style>