Shades of Sprout #BFD193
Tints of Sprout #BFD193
RGB
CMYK
RGB Variations
Color information
#BFD193 (or 0xBFD193) is known color: Sprout. HEX triplet: BF, D1 and 93. RGB value is (191,209,147). Sum of RGB (Red+Green+Blue) = 191+209+147=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD193 is #402E6C. Grayscale: #C4C4C4. Windows color (decimal): -4206189 or 9687487. OLE color: 9687487.
HSL color Cylindrical-coordinate representation of color #BFD193: hue angle of 77.42º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFD193 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 147 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.18 |
| HSL | 77.42º | 0.4% | 0.7% | - |
| HSV(B) | 77.42º | 0.3% | 0.82% | - |
| XYZ | 49.55 | 58.78 | 36.34 | - |
| YUV | 196.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 147 | 0.09 | 0 | 0.30 | 0.18 | 77.42 | 0.4 | 0.7 |
| Hex | BF | D1 | 93 | 9 | 0 | 1E | 12 | 4D | 28 | 46 |
| Octal | 277 | 321 | 223 | 11 | 0 | 36 | 22 | 115 | 50 | 106 |
| Binary | 10111111 | 11010001 | 10010011 | 1001 | 0 | 11110 | 10010 | 1001101 | 101000 | 1000110 |
Color Harmonies of #BFD193
Complementary color
Monochromatic Colors of #BFD193
Black with #BFD193
Text Example
Text Example
White with #BFD193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD193; }
p { color: rgb(191,209,147); }
H1.HeaderClassName
{
color: #BFD193;
}
.AnyTagClassName
{
color: #BFD193;
}
</style>
background-color css
<style>
a { background-color: #BFD193; }
a { background-color: rgb(191,209,147); }
div.DivClassName
{
background-color: #BFD193;
}
.BgClassName
{
background-color: #BFD193;
}
</style>
border-color css
<style>
span { border-color: #BFD193; }
span { border-color: rgb(191,209,147); }
td.TdClassName
{
border-color: #BFD193;
}
.TagClassName
{
border-color: #BFD193;
}
</style>