Shades of Wild Willow #BAC962
Tints of Wild Willow #BAC962
RGB
CMYK
RGB Variations
Color information
#BAC962 (or 0xBAC962) is known color: Wild Willow. HEX triplet: BA, C9 and 62. RGB value is (186,201,98). Sum of RGB (Red+Green+Blue) = 186+201+98=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC962 is #45369D. Grayscale: #B9B9B9. Windows color (decimal): -4535966 or 6474170. OLE color: 6474170.
HSL color Cylindrical-coordinate representation of color #BAC962: hue angle of 68.74º 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 #BAC962 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 98 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.21 |
| HSL | 68.74º | 0.49% | 0.59% | - |
| HSV(B) | 68.74º | 0.51% | 0.79% | - |
| XYZ | 43.34 | 53.09 | 19.52 | - |
| YUV | 184.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 98 | 0.07 | 0 | 0.51 | 0.21 | 68.74 | 0.49 | 0.59 |
| Hex | BA | C9 | 62 | 7 | 0 | 33 | 15 | 45 | 31 | 3B |
| Octal | 272 | 311 | 142 | 7 | 0 | 63 | 25 | 105 | 61 | 73 |
| Binary | 10111010 | 11001001 | 1100010 | 111 | 0 | 110011 | 10101 | 1000101 | 110001 | 111011 |
Color Harmonies of #BAC962
Complementary color
Monochromatic Colors of #BAC962
Black with #BAC962
Text Example
Text Example
White with #BAC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC962; }
p { color: rgb(186,201,98); }
H1.HeaderClassName
{
color: #BAC962;
}
.AnyTagClassName
{
color: #BAC962;
}
</style>
background-color css
<style>
a { background-color: #BAC962; }
a { background-color: rgb(186,201,98); }
div.DivClassName
{
background-color: #BAC962;
}
.BgClassName
{
background-color: #BAC962;
}
</style>
border-color css
<style>
span { border-color: #BAC962; }
span { border-color: rgb(186,201,98); }
td.TdClassName
{
border-color: #BAC962;
}
.TagClassName
{
border-color: #BAC962;
}
</style>