Shades of Sprout #BAC89D
Tints of Sprout #BAC89D
RGB
CMYK
RGB Variations
Color information
#BAC89D (or 0xBAC89D) is known color: Sprout. HEX triplet: BA, C8 and 9D. RGB value is (186,200,157). Sum of RGB (Red+Green+Blue) = 186+200+157=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC89D is #453762. Grayscale: #BFBFBF. Windows color (decimal): -4536163 or 10340538. OLE color: 10340538.
HSL color Cylindrical-coordinate representation of color #BAC89D: hue angle of 79.53º degrees, saturation: 0.28, 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 #BAC89D is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 157 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.22 |
| HSL | 79.53º | 0.28% | 0.7% | - |
| HSV(B) | 79.53º | 0.22% | 0.78% | - |
| XYZ | 46.99 | 54.18 | 39.88 | - |
| YUV | 190.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 157 | 0.07 | 0 | 0.22 | 0.22 | 79.53 | 0.28 | 0.7 |
| Hex | BA | C8 | 9D | 7 | 0 | 16 | 16 | 50 | 1C | 46 |
| Octal | 272 | 310 | 235 | 7 | 0 | 26 | 26 | 120 | 34 | 106 |
| Binary | 10111010 | 11001000 | 10011101 | 111 | 0 | 10110 | 10110 | 1010000 | 11100 | 1000110 |
Color Harmonies of #BAC89D
Complementary color
Monochromatic Colors of #BAC89D
Black with #BAC89D
Text Example
Text Example
White with #BAC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC89D; }
p { color: rgb(186,200,157); }
H1.HeaderClassName
{
color: #BAC89D;
}
.AnyTagClassName
{
color: #BAC89D;
}
</style>
background-color css
<style>
a { background-color: #BAC89D; }
a { background-color: rgb(186,200,157); }
div.DivClassName
{
background-color: #BAC89D;
}
.BgClassName
{
background-color: #BAC89D;
}
</style>
border-color css
<style>
span { border-color: #BAC89D; }
span { border-color: rgb(186,200,157); }
td.TdClassName
{
border-color: #BAC89D;
}
.TagClassName
{
border-color: #BAC89D;
}
</style>