Shades of Sprout #BAC69D
Tints of Sprout #BAC69D
RGB
CMYK
RGB Variations
Color information
#BAC69D (or 0xBAC69D) is known color: Sprout. HEX triplet: BA, C6 and 9D. RGB value is (186,198,157). Sum of RGB (Red+Green+Blue) = 186+198+157=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC69D is #453962. Grayscale: #BDBDBD. Windows color (decimal): -4536675 or 10340026. OLE color: 10340026.
HSL color Cylindrical-coordinate representation of color #BAC69D: hue angle of 77.56º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC69D is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 157 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.22 |
| HSL | 77.56º | 0.26% | 0.7% | - |
| HSV(B) | 77.56º | 0.21% | 0.78% | - |
| XYZ | 46.53 | 53.26 | 39.73 | - |
| YUV | 189.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 157 | 0.06 | 0 | 0.21 | 0.22 | 77.56 | 0.26 | 0.7 |
| Hex | BA | C6 | 9D | 6 | 0 | 15 | 16 | 4E | 1A | 46 |
| Octal | 272 | 306 | 235 | 6 | 0 | 25 | 26 | 116 | 32 | 106 |
| Binary | 10111010 | 11000110 | 10011101 | 110 | 0 | 10101 | 10110 | 1001110 | 11010 | 1000110 |
Color Harmonies of #BAC69D
Complementary color
Monochromatic Colors of #BAC69D
Black with #BAC69D
Text Example
Text Example
White with #BAC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC69D; }
p { color: rgb(186,198,157); }
H1.HeaderClassName
{
color: #BAC69D;
}
.AnyTagClassName
{
color: #BAC69D;
}
</style>
background-color css
<style>
a { background-color: #BAC69D; }
a { background-color: rgb(186,198,157); }
div.DivClassName
{
background-color: #BAC69D;
}
.BgClassName
{
background-color: #BAC69D;
}
</style>
border-color css
<style>
span { border-color: #BAC69D; }
span { border-color: rgb(186,198,157); }
td.TdClassName
{
border-color: #BAC69D;
}
.TagClassName
{
border-color: #BAC69D;
}
</style>