Shades of Sprout #BACC9B
Tints of Sprout #BACC9B
RGB
CMYK
RGB Variations
Color information
#BACC9B (or 0xBACC9B) is known color: Sprout. HEX triplet: BA, CC and 9B. RGB value is (186,204,155). Sum of RGB (Red+Green+Blue) = 186+204+155=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC9B is #453364. Grayscale: #C1C1C1. Windows color (decimal): -4535141 or 10210490. OLE color: 10210490.
HSL color Cylindrical-coordinate representation of color #BACC9B: hue angle of 82.04º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BACC9B is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 155 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.2 |
| HSL | 82.04º | 0.32% | 0.7% | - |
| HSV(B) | 82.04º | 0.24% | 0.8% | - |
| XYZ | 47.76 | 55.99 | 39.3 | - |
| YUV | 193.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 155 | 0.09 | 0 | 0.24 | 0.2 | 82.04 | 0.32 | 0.7 |
| Hex | BA | CC | 9B | 9 | 0 | 18 | 14 | 52 | 20 | 46 |
| Octal | 272 | 314 | 233 | 11 | 0 | 30 | 24 | 122 | 40 | 106 |
| Binary | 10111010 | 11001100 | 10011011 | 1001 | 0 | 11000 | 10100 | 1010010 | 100000 | 1000110 |
Color Harmonies of #BACC9B
Complementary color
Monochromatic Colors of #BACC9B
Black with #BACC9B
Text Example
Text Example
White with #BACC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC9B; }
p { color: rgb(186,204,155); }
H1.HeaderClassName
{
color: #BACC9B;
}
.AnyTagClassName
{
color: #BACC9B;
}
</style>
background-color css
<style>
a { background-color: #BACC9B; }
a { background-color: rgb(186,204,155); }
div.DivClassName
{
background-color: #BACC9B;
}
.BgClassName
{
background-color: #BACC9B;
}
</style>
border-color css
<style>
span { border-color: #BACC9B; }
span { border-color: rgb(186,204,155); }
td.TdClassName
{
border-color: #BACC9B;
}
.TagClassName
{
border-color: #BACC9B;
}
</style>