Shades of Wild Willow #BACF52
Tints of Wild Willow #BACF52
RGB
CMYK
RGB Variations
Color information
#BACF52 (or 0xBACF52) is known color: Wild Willow. HEX triplet: BA, CF and 52. RGB value is (186,207,82). Sum of RGB (Red+Green+Blue) = 186+207+82=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF52 is #4530AD. Grayscale: #BABABA. Windows color (decimal): -4534446 or 5427130. OLE color: 5427130.
HSL color Cylindrical-coordinate representation of color #BACF52: hue angle of 70.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BACF52 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 82 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.19 |
| HSL | 70.08º | 0.57% | 0.57% | - |
| HSV(B) | 70.08º | 0.6% | 0.81% | - |
| XYZ | 44.09 | 55.67 | 16.41 | - |
| YUV | 186.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 82 | 0.10 | 0 | 0.60 | 0.19 | 70.08 | 0.57 | 0.57 |
| Hex | BA | CF | 52 | A | 0 | 3C | 13 | 46 | 39 | 39 |
| Octal | 272 | 317 | 122 | 12 | 0 | 74 | 23 | 106 | 71 | 71 |
| Binary | 10111010 | 11001111 | 1010010 | 1010 | 0 | 111100 | 10011 | 1000110 | 111001 | 111001 |
Color Harmonies of #BACF52
Complementary color
Monochromatic Colors of #BACF52
Black with #BACF52
Text Example
Text Example
White with #BACF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF52; }
p { color: rgb(186,207,82); }
H1.HeaderClassName
{
color: #BACF52;
}
.AnyTagClassName
{
color: #BACF52;
}
</style>
background-color css
<style>
a { background-color: #BACF52; }
a { background-color: rgb(186,207,82); }
div.DivClassName
{
background-color: #BACF52;
}
.BgClassName
{
background-color: #BACF52;
}
</style>
border-color css
<style>
span { border-color: #BACF52; }
span { border-color: rgb(186,207,82); }
td.TdClassName
{
border-color: #BACF52;
}
.TagClassName
{
border-color: #BACF52;
}
</style>