Shades of Sprout #BACF98
Tints of Sprout #BACF98
RGB
CMYK
RGB Variations
Color information
#BACF98 (or 0xBACF98) is known color: Sprout. HEX triplet: BA, CF and 98. RGB value is (186,207,152). Sum of RGB (Red+Green+Blue) = 186+207+152=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF98 is #453067. Grayscale: #C2C2C2. Windows color (decimal): -4534376 or 10014650. OLE color: 10014650.
HSL color Cylindrical-coordinate representation of color #BACF98: hue angle of 82.91º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACF98 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 152 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.19 |
| HSL | 82.91º | 0.36% | 0.7% | - |
| HSV(B) | 82.91º | 0.27% | 0.81% | - |
| XYZ | 48.23 | 57.33 | 38.23 | - |
| YUV | 194.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 152 | 0.10 | 0 | 0.27 | 0.19 | 82.91 | 0.36 | 0.7 |
| Hex | BA | CF | 98 | A | 0 | 1B | 13 | 53 | 24 | 46 |
| Octal | 272 | 317 | 230 | 12 | 0 | 33 | 23 | 123 | 44 | 106 |
| Binary | 10111010 | 11001111 | 10011000 | 1010 | 0 | 11011 | 10011 | 1010011 | 100100 | 1000110 |
Color Harmonies of #BACF98
Complementary color
Monochromatic Colors of #BACF98
Black with #BACF98
Text Example
Text Example
White with #BACF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF98; }
p { color: rgb(186,207,152); }
H1.HeaderClassName
{
color: #BACF98;
}
.AnyTagClassName
{
color: #BACF98;
}
</style>
background-color css
<style>
a { background-color: #BACF98; }
a { background-color: rgb(186,207,152); }
div.DivClassName
{
background-color: #BACF98;
}
.BgClassName
{
background-color: #BACF98;
}
</style>
border-color css
<style>
span { border-color: #BACF98; }
span { border-color: rgb(186,207,152); }
td.TdClassName
{
border-color: #BACF98;
}
.TagClassName
{
border-color: #BACF98;
}
</style>