Shades of Sprout #BAC798
Tints of Sprout #BAC798
RGB
CMYK
RGB Variations
Color information
#BAC798 (or 0xBAC798) is known color: Sprout. HEX triplet: BA, C7 and 98. RGB value is (186,199,152). Sum of RGB (Red+Green+Blue) = 186+199+152=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC798 is #453867. Grayscale: #BDBDBD. Windows color (decimal): -4536424 or 10012602. OLE color: 10012602.
HSL color Cylindrical-coordinate representation of color #BAC798: hue angle of 76.6º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAC798 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 152 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.22 |
| HSL | 76.6º | 0.3% | 0.69% | - |
| HSV(B) | 76.6º | 0.24% | 0.78% | - |
| XYZ | 46.34 | 53.55 | 37.6 | - |
| YUV | 189.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 152 | 0.07 | 0 | 0.24 | 0.22 | 76.6 | 0.3 | 0.69 |
| Hex | BA | C7 | 98 | 7 | 0 | 18 | 16 | 4D | 1E | 45 |
| Octal | 272 | 307 | 230 | 7 | 0 | 30 | 26 | 115 | 36 | 105 |
| Binary | 10111010 | 11000111 | 10011000 | 111 | 0 | 11000 | 10110 | 1001101 | 11110 | 1000101 |
Color Harmonies of #BAC798
Complementary color
Monochromatic Colors of #BAC798
Black with #BAC798
Text Example
Text Example
White with #BAC798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC798; }
p { color: rgb(186,199,152); }
H1.HeaderClassName
{
color: #BAC798;
}
.AnyTagClassName
{
color: #BAC798;
}
</style>
background-color css
<style>
a { background-color: #BAC798; }
a { background-color: rgb(186,199,152); }
div.DivClassName
{
background-color: #BAC798;
}
.BgClassName
{
background-color: #BAC798;
}
</style>
border-color css
<style>
span { border-color: #BAC798; }
span { border-color: rgb(186,199,152); }
td.TdClassName
{
border-color: #BAC798;
}
.TagClassName
{
border-color: #BAC798;
}
</style>