Shades of Sprout #BAC69B
Tints of Sprout #BAC69B
RGB
CMYK
RGB Variations
Color information
#BAC69B (or 0xBAC69B) is known color: Sprout. HEX triplet: BA, C6 and 9B. RGB value is (186,198,155). Sum of RGB (Red+Green+Blue) = 186+198+155=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC69B is #453964. Grayscale: #BDBDBD. Windows color (decimal): -4536677 or 10208954. OLE color: 10208954.
HSL color Cylindrical-coordinate representation of color #BAC69B: hue angle of 76.74º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC69B is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 155 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.22 |
| HSL | 76.74º | 0.27% | 0.69% | - |
| HSV(B) | 76.74º | 0.22% | 0.78% | - |
| XYZ | 46.36 | 53.19 | 38.83 | - |
| YUV | 189.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 155 | 0.06 | 0 | 0.22 | 0.22 | 76.74 | 0.27 | 0.69 |
| Hex | BA | C6 | 9B | 6 | 0 | 16 | 16 | 4D | 1B | 45 |
| Octal | 272 | 306 | 233 | 6 | 0 | 26 | 26 | 115 | 33 | 105 |
| Binary | 10111010 | 11000110 | 10011011 | 110 | 0 | 10110 | 10110 | 1001101 | 11011 | 1000101 |
Color Harmonies of #BAC69B
Complementary color
Monochromatic Colors of #BAC69B
Black with #BAC69B
Text Example
Text Example
White with #BAC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC69B; }
p { color: rgb(186,198,155); }
H1.HeaderClassName
{
color: #BAC69B;
}
.AnyTagClassName
{
color: #BAC69B;
}
</style>
background-color css
<style>
a { background-color: #BAC69B; }
a { background-color: rgb(186,198,155); }
div.DivClassName
{
background-color: #BAC69B;
}
.BgClassName
{
background-color: #BAC69B;
}
</style>
border-color css
<style>
span { border-color: #BAC69B; }
span { border-color: rgb(186,198,155); }
td.TdClassName
{
border-color: #BAC69B;
}
.TagClassName
{
border-color: #BAC69B;
}
</style>