Shades of Wild Willow #BACA56
Tints of Wild Willow #BACA56
RGB
CMYK
RGB Variations
Color information
#BACA56 (or 0xBACA56) is known color: Wild Willow. HEX triplet: BA, CA and 56. RGB value is (186,202,86). Sum of RGB (Red+Green+Blue) = 186+202+86=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA56 is #4535A9. Grayscale: #B8B8B8. Windows color (decimal): -4535722 or 5687994. OLE color: 5687994.
HSL color Cylindrical-coordinate representation of color #BACA56: hue angle of 68.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BACA56 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 86 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.21 |
| HSL | 68.28º | 0.52% | 0.56% | - |
| HSV(B) | 68.28º | 0.57% | 0.79% | - |
| XYZ | 43.05 | 53.35 | 16.83 | - |
| YUV | 183.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 86 | 0.08 | 0 | 0.57 | 0.21 | 68.28 | 0.52 | 0.56 |
| Hex | BA | CA | 56 | 8 | 0 | 39 | 15 | 44 | 34 | 38 |
| Octal | 272 | 312 | 126 | 10 | 0 | 71 | 25 | 104 | 64 | 70 |
| Binary | 10111010 | 11001010 | 1010110 | 1000 | 0 | 111001 | 10101 | 1000100 | 110100 | 111000 |
Color Harmonies of #BACA56
Complementary color
Monochromatic Colors of #BACA56
Black with #BACA56
Text Example
Text Example
White with #BACA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA56; }
p { color: rgb(186,202,86); }
H1.HeaderClassName
{
color: #BACA56;
}
.AnyTagClassName
{
color: #BACA56;
}
</style>
background-color css
<style>
a { background-color: #BACA56; }
a { background-color: rgb(186,202,86); }
div.DivClassName
{
background-color: #BACA56;
}
.BgClassName
{
background-color: #BACA56;
}
</style>
border-color css
<style>
span { border-color: #BACA56; }
span { border-color: rgb(186,202,86); }
td.TdClassName
{
border-color: #BACA56;
}
.TagClassName
{
border-color: #BACA56;
}
</style>