Shades of Wild Willow #BAC955
Tints of Wild Willow #BAC955
RGB
CMYK
RGB Variations
Color information
#BAC955 (or 0xBAC955) is known color: Wild Willow. HEX triplet: BA, C9 and 55. RGB value is (186,201,85). Sum of RGB (Red+Green+Blue) = 186+201+85=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC955 is #4536AA. Grayscale: #B7B7B7. Windows color (decimal): -4535979 or 5622202. OLE color: 5622202.
HSL color Cylindrical-coordinate representation of color #BAC955: hue angle of 67.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAC955 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 85 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.21 |
| HSL | 67.76º | 0.52% | 0.56% | - |
| HSV(B) | 67.76º | 0.58% | 0.79% | - |
| XYZ | 42.78 | 52.87 | 16.54 | - |
| YUV | 183.29 | 72.53 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 85 | 0.07 | 0 | 0.58 | 0.21 | 67.76 | 0.52 | 0.56 |
| Hex | BA | C9 | 55 | 7 | 0 | 3A | 15 | 44 | 34 | 38 |
| Octal | 272 | 311 | 125 | 7 | 0 | 72 | 25 | 104 | 64 | 70 |
| Binary | 10111010 | 11001001 | 1010101 | 111 | 0 | 111010 | 10101 | 1000100 | 110100 | 111000 |
Color Harmonies of #BAC955
Complementary color
Monochromatic Colors of #BAC955
Black with #BAC955
Text Example
Text Example
White with #BAC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC955; }
p { color: rgb(186,201,85); }
H1.HeaderClassName
{
color: #BAC955;
}
.AnyTagClassName
{
color: #BAC955;
}
</style>
background-color css
<style>
a { background-color: #BAC955; }
a { background-color: rgb(186,201,85); }
div.DivClassName
{
background-color: #BAC955;
}
.BgClassName
{
background-color: #BAC955;
}
</style>
border-color css
<style>
span { border-color: #BAC955; }
span { border-color: rgb(186,201,85); }
td.TdClassName
{
border-color: #BAC955;
}
.TagClassName
{
border-color: #BAC955;
}
</style>