Shades of Sprout #BFD293
Tints of Sprout #BFD293
RGB
CMYK
RGB Variations
Color information
#BFD293 (or 0xBFD293) is known color: Sprout. HEX triplet: BF, D2 and 93. RGB value is (191,210,147). Sum of RGB (Red+Green+Blue) = 191+210+147=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD293 is #402D6C. Grayscale: #C5C5C5. Windows color (decimal): -4205933 or 9687743. OLE color: 9687743.
HSL color Cylindrical-coordinate representation of color #BFD293: hue angle of 78.1º 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 #BFD293 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 147 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.18 |
| HSL | 78.1º | 0.41% | 0.7% | - |
| HSV(B) | 78.1º | 0.3% | 0.82% | - |
| XYZ | 49.8 | 59.28 | 36.42 | - |
| YUV | 197.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 147 | 0.09 | 0 | 0.30 | 0.18 | 78.1 | 0.41 | 0.7 |
| Hex | BF | D2 | 93 | 9 | 0 | 1E | 12 | 4E | 29 | 46 |
| Octal | 277 | 322 | 223 | 11 | 0 | 36 | 22 | 116 | 51 | 106 |
| Binary | 10111111 | 11010010 | 10010011 | 1001 | 0 | 11110 | 10010 | 1001110 | 101001 | 1000110 |
Color Harmonies of #BFD293
Complementary color
Monochromatic Colors of #BFD293
Black with #BFD293
Text Example
Text Example
White with #BFD293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD293; }
p { color: rgb(191,210,147); }
H1.HeaderClassName
{
color: #BFD293;
}
.AnyTagClassName
{
color: #BFD293;
}
</style>
background-color css
<style>
a { background-color: #BFD293; }
a { background-color: rgb(191,210,147); }
div.DivClassName
{
background-color: #BFD293;
}
.BgClassName
{
background-color: #BFD293;
}
</style>
border-color css
<style>
span { border-color: #BFD293; }
span { border-color: rgb(191,210,147); }
td.TdClassName
{
border-color: #BFD293;
}
.TagClassName
{
border-color: #BFD293;
}
</style>