Shades of Sprout #BACAA1
Tints of Sprout #BACAA1
RGB
CMYK
RGB Variations
Color information
#BACAA1 (or 0xBACAA1) is known color: Sprout. HEX triplet: BA, CA and A1. RGB value is (186,202,161). Sum of RGB (Red+Green+Blue) = 186+202+161=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAA1 is #45355E. Grayscale: #C0C0C0. Windows color (decimal): -4535647 or 10603194. OLE color: 10603194.
HSL color Cylindrical-coordinate representation of color #BACAA1: hue angle of 83.41º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BACAA1 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 161 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.21 |
| HSL | 83.41º | 0.28% | 0.71% | - |
| HSV(B) | 83.41º | 0.2% | 0.79% | - |
| XYZ | 47.8 | 55.25 | 41.86 | - |
| YUV | 192.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 161 | 0.08 | 0 | 0.20 | 0.21 | 83.41 | 0.28 | 0.71 |
| Hex | BA | CA | A1 | 8 | 0 | 14 | 15 | 53 | 1C | 47 |
| Octal | 272 | 312 | 241 | 10 | 0 | 24 | 25 | 123 | 34 | 107 |
| Binary | 10111010 | 11001010 | 10100001 | 1000 | 0 | 10100 | 10101 | 1010011 | 11100 | 1000111 |
Color Harmonies of #BACAA1
Complementary color
Monochromatic Colors of #BACAA1
Black with #BACAA1
Text Example
Text Example
White with #BACAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAA1; }
p { color: rgb(186,202,161); }
H1.HeaderClassName
{
color: #BACAA1;
}
.AnyTagClassName
{
color: #BACAA1;
}
</style>
background-color css
<style>
a { background-color: #BACAA1; }
a { background-color: rgb(186,202,161); }
div.DivClassName
{
background-color: #BACAA1;
}
.BgClassName
{
background-color: #BACAA1;
}
</style>
border-color css
<style>
span { border-color: #BACAA1; }
span { border-color: rgb(186,202,161); }
td.TdClassName
{
border-color: #BACAA1;
}
.TagClassName
{
border-color: #BACAA1;
}
</style>