Shades of Sprout #BAC59D
Tints of Sprout #BAC59D
RGB
CMYK
RGB Variations
Color information
#BAC59D (or 0xBAC59D) is known color: Sprout. HEX triplet: BA, C5 and 9D. RGB value is (186,197,157). Sum of RGB (Red+Green+Blue) = 186+197+157=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59D is #453A62. Grayscale: #BDBDBD. Windows color (decimal): -4536931 or 10339770. OLE color: 10339770.
HSL color Cylindrical-coordinate representation of color #BAC59D: hue angle of 76.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC59D is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 157 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.23 |
| HSL | 76.5º | 0.26% | 0.69% | - |
| HSV(B) | 76.5º | 0.2% | 0.77% | - |
| XYZ | 46.3 | 52.81 | 39.65 | - |
| YUV | 189.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 157 | 0.06 | 0 | 0.20 | 0.23 | 76.5 | 0.26 | 0.69 |
| Hex | BA | C5 | 9D | 6 | 0 | 14 | 17 | 4C | 1A | 45 |
| Octal | 272 | 305 | 235 | 6 | 0 | 24 | 27 | 114 | 32 | 105 |
| Binary | 10111010 | 11000101 | 10011101 | 110 | 0 | 10100 | 10111 | 1001100 | 11010 | 1000101 |
Color Harmonies of #BAC59D
Complementary color
Monochromatic Colors of #BAC59D
Black with #BAC59D
Text Example
Text Example
White with #BAC59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC59D; }
p { color: rgb(186,197,157); }
H1.HeaderClassName
{
color: #BAC59D;
}
.AnyTagClassName
{
color: #BAC59D;
}
</style>
background-color css
<style>
a { background-color: #BAC59D; }
a { background-color: rgb(186,197,157); }
div.DivClassName
{
background-color: #BAC59D;
}
.BgClassName
{
background-color: #BAC59D;
}
</style>
border-color css
<style>
span { border-color: #BAC59D; }
span { border-color: rgb(186,197,157); }
td.TdClassName
{
border-color: #BAC59D;
}
.TagClassName
{
border-color: #BAC59D;
}
</style>