Shades of Wild Willow #BAC662
Tints of Wild Willow #BAC662
RGB
CMYK
RGB Variations
Color information
#BAC662 (or 0xBAC662) is known color: Wild Willow. HEX triplet: BA, C6 and 62. RGB value is (186,198,98). Sum of RGB (Red+Green+Blue) = 186+198+98=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC662 is #45399D. Grayscale: #B7B7B7. Windows color (decimal): -4536734 or 6473402. OLE color: 6473402.
HSL color Cylindrical-coordinate representation of color #BAC662: hue angle of 67.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAC662 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 98 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.22 |
| HSL | 67.2º | 0.47% | 0.58% | - |
| HSV(B) | 67.2º | 0.51% | 0.78% | - |
| XYZ | 42.65 | 51.71 | 19.29 | - |
| YUV | 183.01 | 80.02 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 98 | 0.06 | 0 | 0.51 | 0.22 | 67.2 | 0.47 | 0.58 |
| Hex | BA | C6 | 62 | 6 | 0 | 33 | 16 | 43 | 2F | 3A |
| Octal | 272 | 306 | 142 | 6 | 0 | 63 | 26 | 103 | 57 | 72 |
| Binary | 10111010 | 11000110 | 1100010 | 110 | 0 | 110011 | 10110 | 1000011 | 101111 | 111010 |
Color Harmonies of #BAC662
Complementary color
Monochromatic Colors of #BAC662
Black with #BAC662
Text Example
Text Example
White with #BAC662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC662; }
p { color: rgb(186,198,98); }
H1.HeaderClassName
{
color: #BAC662;
}
.AnyTagClassName
{
color: #BAC662;
}
</style>
background-color css
<style>
a { background-color: #BAC662; }
a { background-color: rgb(186,198,98); }
div.DivClassName
{
background-color: #BAC662;
}
.BgClassName
{
background-color: #BAC662;
}
</style>
border-color css
<style>
span { border-color: #BAC662; }
span { border-color: rgb(186,198,98); }
td.TdClassName
{
border-color: #BAC662;
}
.TagClassName
{
border-color: #BAC662;
}
</style>