Shades of Sprout #BAC98F
Tints of Sprout #BAC98F
RGB
CMYK
RGB Variations
Color information
#BAC98F (or 0xBAC98F) is known color: Sprout. HEX triplet: BA, C9 and 8F. RGB value is (186,201,143). Sum of RGB (Red+Green+Blue) = 186+201+143=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC98F is #453670. Grayscale: #BEBEBE. Windows color (decimal): -4535921 or 9423290. OLE color: 9423290.
HSL color Cylindrical-coordinate representation of color #BAC98F: hue angle of 75.52º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAC98F is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 143 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.21 |
| HSL | 75.52º | 0.35% | 0.67% | - |
| HSV(B) | 75.52º | 0.29% | 0.79% | - |
| XYZ | 46.09 | 54.2 | 34.02 | - |
| YUV | 189.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 143 | 0.07 | 0 | 0.29 | 0.21 | 75.52 | 0.35 | 0.67 |
| Hex | BA | C9 | 8F | 7 | 0 | 1D | 15 | 4C | 23 | 43 |
| Octal | 272 | 311 | 217 | 7 | 0 | 35 | 25 | 114 | 43 | 103 |
| Binary | 10111010 | 11001001 | 10001111 | 111 | 0 | 11101 | 10101 | 1001100 | 100011 | 1000011 |
Color Harmonies of #BAC98F
Complementary color
Monochromatic Colors of #BAC98F
Black with #BAC98F
Text Example
Text Example
White with #BAC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC98F; }
p { color: rgb(186,201,143); }
H1.HeaderClassName
{
color: #BAC98F;
}
.AnyTagClassName
{
color: #BAC98F;
}
</style>
background-color css
<style>
a { background-color: #BAC98F; }
a { background-color: rgb(186,201,143); }
div.DivClassName
{
background-color: #BAC98F;
}
.BgClassName
{
background-color: #BAC98F;
}
</style>
border-color css
<style>
span { border-color: #BAC98F; }
span { border-color: rgb(186,201,143); }
td.TdClassName
{
border-color: #BAC98F;
}
.TagClassName
{
border-color: #BAC98F;
}
</style>