Shades of Sprout #BAC892
Tints of Sprout #BAC892
RGB
CMYK
RGB Variations
Color information
#BAC892 (or 0xBAC892) is known color: Sprout. HEX triplet: BA, C8 and 92. RGB value is (186,200,146). Sum of RGB (Red+Green+Blue) = 186+200+146=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC892 is #45376D. Grayscale: #BDBDBD. Windows color (decimal): -4536174 or 9619642. OLE color: 9619642.
HSL color Cylindrical-coordinate representation of color #BAC892: hue angle of 75.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC892 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 146 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.22 |
| HSL | 75.56º | 0.33% | 0.68% | - |
| HSV(B) | 75.56º | 0.27% | 0.78% | - |
| XYZ | 46.09 | 53.82 | 35.15 | - |
| YUV | 189.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 146 | 0.07 | 0 | 0.27 | 0.22 | 75.56 | 0.33 | 0.68 |
| Hex | BA | C8 | 92 | 7 | 0 | 1B | 16 | 4C | 21 | 44 |
| Octal | 272 | 310 | 222 | 7 | 0 | 33 | 26 | 114 | 41 | 104 |
| Binary | 10111010 | 11001000 | 10010010 | 111 | 0 | 11011 | 10110 | 1001100 | 100001 | 1000100 |
Color Harmonies of #BAC892
Complementary color
Monochromatic Colors of #BAC892
Black with #BAC892
Text Example
Text Example
White with #BAC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC892; }
p { color: rgb(186,200,146); }
H1.HeaderClassName
{
color: #BAC892;
}
.AnyTagClassName
{
color: #BAC892;
}
</style>
background-color css
<style>
a { background-color: #BAC892; }
a { background-color: rgb(186,200,146); }
div.DivClassName
{
background-color: #BAC892;
}
.BgClassName
{
background-color: #BAC892;
}
</style>
border-color css
<style>
span { border-color: #BAC892; }
span { border-color: rgb(186,200,146); }
td.TdClassName
{
border-color: #BAC892;
}
.TagClassName
{
border-color: #BAC892;
}
</style>