Shades of Wild Willow #BACB57
Tints of Wild Willow #BACB57
RGB
CMYK
RGB Variations
Color information
#BACB57 (or 0xBACB57) is known color: Wild Willow. HEX triplet: BA, CB and 57. RGB value is (186,203,87). Sum of RGB (Red+Green+Blue) = 186+203+87=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB57 is #4534A8. Grayscale: #B9B9B9. Windows color (decimal): -4535465 or 5753786. OLE color: 5753786.
HSL color Cylindrical-coordinate representation of color #BACB57: hue angle of 68.79º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BACB57 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 87 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.20 |
| HSL | 68.79º | 0.53% | 0.57% | - |
| HSV(B) | 68.79º | 0.57% | 0.8% | - |
| XYZ | 43.33 | 53.84 | 17.13 | - |
| YUV | 184.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 87 | 0.08 | 0 | 0.57 | 0.20 | 68.79 | 0.53 | 0.57 |
| Hex | BA | CB | 57 | 8 | 0 | 39 | 14 | 45 | 35 | 39 |
| Octal | 272 | 313 | 127 | 10 | 0 | 71 | 24 | 105 | 65 | 71 |
| Binary | 10111010 | 11001011 | 1010111 | 1000 | 0 | 111001 | 10100 | 1000101 | 110101 | 111001 |
Color Harmonies of #BACB57
Complementary color
Monochromatic Colors of #BACB57
Black with #BACB57
Text Example
Text Example
White with #BACB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB57; }
p { color: rgb(186,203,87); }
H1.HeaderClassName
{
color: #BACB57;
}
.AnyTagClassName
{
color: #BACB57;
}
</style>
background-color css
<style>
a { background-color: #BACB57; }
a { background-color: rgb(186,203,87); }
div.DivClassName
{
background-color: #BACB57;
}
.BgClassName
{
background-color: #BACB57;
}
</style>
border-color css
<style>
span { border-color: #BACB57; }
span { border-color: rgb(186,203,87); }
td.TdClassName
{
border-color: #BACB57;
}
.TagClassName
{
border-color: #BACB57;
}
</style>