Shades of Sprout #BAC59A
Tints of Sprout #BAC59A
RGB
CMYK
RGB Variations
Color information
#BAC59A (or 0xBAC59A) is known color: Sprout. HEX triplet: BA, C5 and 9A. RGB value is (186,197,154). Sum of RGB (Red+Green+Blue) = 186+197+154=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59A is #453A65. Grayscale: #BCBCBC. Windows color (decimal): -4536934 or 10143162. OLE color: 10143162.
HSL color Cylindrical-coordinate representation of color #BAC59A: hue angle of 75.35º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC59A is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 154 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.23 |
| HSL | 75.35º | 0.27% | 0.69% | - |
| HSV(B) | 75.35º | 0.22% | 0.77% | - |
| XYZ | 46.05 | 52.7 | 38.32 | - |
| YUV | 188.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 154 | 0.06 | 0 | 0.22 | 0.23 | 75.35 | 0.27 | 0.69 |
| Hex | BA | C5 | 9A | 6 | 0 | 16 | 17 | 4B | 1B | 45 |
| Octal | 272 | 305 | 232 | 6 | 0 | 26 | 27 | 113 | 33 | 105 |
| Binary | 10111010 | 11000101 | 10011010 | 110 | 0 | 10110 | 10111 | 1001011 | 11011 | 1000101 |
Color Harmonies of #BAC59A
Complementary color
Monochromatic Colors of #BAC59A
Black with #BAC59A
Text Example
Text Example
White with #BAC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC59A; }
p { color: rgb(186,197,154); }
H1.HeaderClassName
{
color: #BAC59A;
}
.AnyTagClassName
{
color: #BAC59A;
}
</style>
background-color css
<style>
a { background-color: #BAC59A; }
a { background-color: rgb(186,197,154); }
div.DivClassName
{
background-color: #BAC59A;
}
.BgClassName
{
background-color: #BAC59A;
}
</style>
border-color css
<style>
span { border-color: #BAC59A; }
span { border-color: rgb(186,197,154); }
td.TdClassName
{
border-color: #BAC59A;
}
.TagClassName
{
border-color: #BAC59A;
}
</style>