Shades of Wild Willow #BAC963
Tints of Wild Willow #BAC963
RGB
CMYK
RGB Variations
Color information
#BAC963 (or 0xBAC963) is known color: Wild Willow. HEX triplet: BA, C9 and 63. RGB value is (186,201,99). Sum of RGB (Red+Green+Blue) = 186+201+99=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC963 is #45369C. Grayscale: #B9B9B9. Windows color (decimal): -4535965 or 6539706. OLE color: 6539706.
HSL color Cylindrical-coordinate representation of color #BAC963: hue angle of 68.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAC963 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 99 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.21 |
| HSL | 68.82º | 0.49% | 0.59% | - |
| HSV(B) | 68.82º | 0.51% | 0.79% | - |
| XYZ | 43.39 | 53.11 | 19.77 | - |
| YUV | 184.89 | 79.53 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 99 | 0.07 | 0 | 0.51 | 0.21 | 68.82 | 0.49 | 0.59 |
| Hex | BA | C9 | 63 | 7 | 0 | 33 | 15 | 45 | 31 | 3B |
| Octal | 272 | 311 | 143 | 7 | 0 | 63 | 25 | 105 | 61 | 73 |
| Binary | 10111010 | 11001001 | 1100011 | 111 | 0 | 110011 | 10101 | 1000101 | 110001 | 111011 |
Color Harmonies of #BAC963
Complementary color
Monochromatic Colors of #BAC963
Black with #BAC963
Text Example
Text Example
White with #BAC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC963; }
p { color: rgb(186,201,99); }
H1.HeaderClassName
{
color: #BAC963;
}
.AnyTagClassName
{
color: #BAC963;
}
</style>
background-color css
<style>
a { background-color: #BAC963; }
a { background-color: rgb(186,201,99); }
div.DivClassName
{
background-color: #BAC963;
}
.BgClassName
{
background-color: #BAC963;
}
</style>
border-color css
<style>
span { border-color: #BAC963; }
span { border-color: rgb(186,201,99); }
td.TdClassName
{
border-color: #BAC963;
}
.TagClassName
{
border-color: #BAC963;
}
</style>