Shades of Wild Willow #BAC663
Tints of Wild Willow #BAC663
RGB
CMYK
RGB Variations
Color information
#BAC663 (or 0xBAC663) is known color: Wild Willow. HEX triplet: BA, C6 and 63. RGB value is (186,198,99). Sum of RGB (Red+Green+Blue) = 186+198+99=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC663 is #45399C. Grayscale: #B7B7B7. Windows color (decimal): -4536733 or 6538938. OLE color: 6538938.
HSL color Cylindrical-coordinate representation of color #BAC663: hue angle of 67.27º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAC663 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 99 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.22 |
| HSL | 67.27º | 0.46% | 0.58% | - |
| HSV(B) | 67.27º | 0.5% | 0.78% | - |
| XYZ | 42.7 | 51.73 | 19.54 | - |
| YUV | 183.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 99 | 0.06 | 0 | 0.50 | 0.22 | 67.27 | 0.46 | 0.58 |
| Hex | BA | C6 | 63 | 6 | 0 | 32 | 16 | 43 | 2E | 3A |
| Octal | 272 | 306 | 143 | 6 | 0 | 62 | 26 | 103 | 56 | 72 |
| Binary | 10111010 | 11000110 | 1100011 | 110 | 0 | 110010 | 10110 | 1000011 | 101110 | 111010 |
Color Harmonies of #BAC663
Complementary color
Monochromatic Colors of #BAC663
Black with #BAC663
Text Example
Text Example
White with #BAC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC663; }
p { color: rgb(186,198,99); }
H1.HeaderClassName
{
color: #BAC663;
}
.AnyTagClassName
{
color: #BAC663;
}
</style>
background-color css
<style>
a { background-color: #BAC663; }
a { background-color: rgb(186,198,99); }
div.DivClassName
{
background-color: #BAC663;
}
.BgClassName
{
background-color: #BAC663;
}
</style>
border-color css
<style>
span { border-color: #BAC663; }
span { border-color: rgb(186,198,99); }
td.TdClassName
{
border-color: #BAC663;
}
.TagClassName
{
border-color: #BAC663;
}
</style>