Shades of Sprout #BAC69C
Tints of Sprout #BAC69C
RGB
CMYK
RGB Variations
Color information
#BAC69C (or 0xBAC69C) is known color: Sprout. HEX triplet: BA, C6 and 9C. RGB value is (186,198,156). Sum of RGB (Red+Green+Blue) = 186+198+156=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC69C is #453963. Grayscale: #BDBDBD. Windows color (decimal): -4536676 or 10274490. OLE color: 10274490.
HSL color Cylindrical-coordinate representation of color #BAC69C: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC69C is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 156 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.22 |
| HSL | 77.14º | 0.27% | 0.69% | - |
| HSV(B) | 77.14º | 0.21% | 0.78% | - |
| XYZ | 46.44 | 53.23 | 39.28 | - |
| YUV | 189.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 156 | 0.06 | 0 | 0.21 | 0.22 | 77.14 | 0.27 | 0.69 |
| Hex | BA | C6 | 9C | 6 | 0 | 15 | 16 | 4D | 1B | 45 |
| Octal | 272 | 306 | 234 | 6 | 0 | 25 | 26 | 115 | 33 | 105 |
| Binary | 10111010 | 11000110 | 10011100 | 110 | 0 | 10101 | 10110 | 1001101 | 11011 | 1000101 |
Color Harmonies of #BAC69C
Complementary color
Monochromatic Colors of #BAC69C
Black with #BAC69C
Text Example
Text Example
White with #BAC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC69C; }
p { color: rgb(186,198,156); }
H1.HeaderClassName
{
color: #BAC69C;
}
.AnyTagClassName
{
color: #BAC69C;
}
</style>
background-color css
<style>
a { background-color: #BAC69C; }
a { background-color: rgb(186,198,156); }
div.DivClassName
{
background-color: #BAC69C;
}
.BgClassName
{
background-color: #BAC69C;
}
</style>
border-color css
<style>
span { border-color: #BAC69C; }
span { border-color: rgb(186,198,156); }
td.TdClassName
{
border-color: #BAC69C;
}
.TagClassName
{
border-color: #BAC69C;
}
</style>