Shades of Sprout #BFD192
Tints of Sprout #BFD192
RGB
CMYK
RGB Variations
Color information
#BFD192 (or 0xBFD192) is known color: Sprout. HEX triplet: BF, D1 and 92. RGB value is (191,209,146). Sum of RGB (Red+Green+Blue) = 191+209+146=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD192 is #402E6D. Grayscale: #C4C4C4. Windows color (decimal): -4206190 or 9621951. OLE color: 9621951.
HSL color Cylindrical-coordinate representation of color #BFD192: hue angle of 77.14º degrees, saturation: 0.41, 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 #BFD192 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 146 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.18 |
| HSL | 77.14º | 0.41% | 0.7% | - |
| HSV(B) | 77.14º | 0.3% | 0.82% | - |
| XYZ | 49.47 | 58.75 | 35.93 | - |
| YUV | 196.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 146 | 0.09 | 0 | 0.30 | 0.18 | 77.14 | 0.41 | 0.7 |
| Hex | BF | D1 | 92 | 9 | 0 | 1E | 12 | 4D | 29 | 46 |
| Octal | 277 | 321 | 222 | 11 | 0 | 36 | 22 | 115 | 51 | 106 |
| Binary | 10111111 | 11010001 | 10010010 | 1001 | 0 | 11110 | 10010 | 1001101 | 101001 | 1000110 |
Color Harmonies of #BFD192
Complementary color
Monochromatic Colors of #BFD192
Black with #BFD192
Text Example
Text Example
White with #BFD192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD192; }
p { color: rgb(191,209,146); }
H1.HeaderClassName
{
color: #BFD192;
}
.AnyTagClassName
{
color: #BFD192;
}
</style>
background-color css
<style>
a { background-color: #BFD192; }
a { background-color: rgb(191,209,146); }
div.DivClassName
{
background-color: #BFD192;
}
.BgClassName
{
background-color: #BFD192;
}
</style>
border-color css
<style>
span { border-color: #BFD192; }
span { border-color: rgb(191,209,146); }
td.TdClassName
{
border-color: #BFD192;
}
.TagClassName
{
border-color: #BFD192;
}
</style>