Shades of Wild Willow #BACA53
Tints of Wild Willow #BACA53
RGB
CMYK
RGB Variations
Color information
#BACA53 (or 0xBACA53) is known color: Wild Willow. HEX triplet: BA, CA and 53. RGB value is (186,202,83). Sum of RGB (Red+Green+Blue) = 186+202+83=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA53 is #4535AC. Grayscale: #B8B8B8. Windows color (decimal): -4535725 or 5491386. OLE color: 5491386.
HSL color Cylindrical-coordinate representation of color #BACA53: hue angle of 68.07º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BACA53 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 83 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.21 |
| HSL | 68.07º | 0.53% | 0.56% | - |
| HSV(B) | 68.07º | 0.59% | 0.79% | - |
| XYZ | 42.93 | 53.3 | 16.21 | - |
| YUV | 183.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 83 | 0.08 | 0 | 0.59 | 0.21 | 68.07 | 0.53 | 0.56 |
| Hex | BA | CA | 53 | 8 | 0 | 3B | 15 | 44 | 35 | 38 |
| Octal | 272 | 312 | 123 | 10 | 0 | 73 | 25 | 104 | 65 | 70 |
| Binary | 10111010 | 11001010 | 1010011 | 1000 | 0 | 111011 | 10101 | 1000100 | 110101 | 111000 |
Color Harmonies of #BACA53
Complementary color
Monochromatic Colors of #BACA53
Black with #BACA53
Text Example
Text Example
White with #BACA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA53; }
p { color: rgb(186,202,83); }
H1.HeaderClassName
{
color: #BACA53;
}
.AnyTagClassName
{
color: #BACA53;
}
</style>
background-color css
<style>
a { background-color: #BACA53; }
a { background-color: rgb(186,202,83); }
div.DivClassName
{
background-color: #BACA53;
}
.BgClassName
{
background-color: #BACA53;
}
</style>
border-color css
<style>
span { border-color: #BACA53; }
span { border-color: rgb(186,202,83); }
td.TdClassName
{
border-color: #BACA53;
}
.TagClassName
{
border-color: #BACA53;
}
</style>