Shades of Sprout #BFD590
Tints of Sprout #BFD590
RGB
CMYK
RGB Variations
Color information
#BFD590 (or 0xBFD590) is known color: Sprout. HEX triplet: BF, D5 and 90. RGB value is (191,213,144). Sum of RGB (Red+Green+Blue) = 191+213+144=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD590 is #402A6F. Grayscale: #C6C6C6. Windows color (decimal): -4205168 or 9491903. OLE color: 9491903.
HSL color Cylindrical-coordinate representation of color #BFD590: hue angle of 79.13º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFD590 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 144 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.16 |
| HSL | 79.13º | 0.45% | 0.7% | - |
| HSV(B) | 79.13º | 0.32% | 0.84% | - |
| XYZ | 50.31 | 60.68 | 35.45 | - |
| YUV | 198.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 144 | 0.10 | 0 | 0.32 | 0.16 | 79.13 | 0.45 | 0.7 |
| Hex | BF | D5 | 90 | A | 0 | 20 | 10 | 4F | 2D | 46 |
| Octal | 277 | 325 | 220 | 12 | 0 | 40 | 20 | 117 | 55 | 106 |
| Binary | 10111111 | 11010101 | 10010000 | 1010 | 0 | 100000 | 10000 | 1001111 | 101101 | 1000110 |
Color Harmonies of #BFD590
Complementary color
Monochromatic Colors of #BFD590
Black with #BFD590
Text Example
Text Example
White with #BFD590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD590; }
p { color: rgb(191,213,144); }
H1.HeaderClassName
{
color: #BFD590;
}
.AnyTagClassName
{
color: #BFD590;
}
</style>
background-color css
<style>
a { background-color: #BFD590; }
a { background-color: rgb(191,213,144); }
div.DivClassName
{
background-color: #BFD590;
}
.BgClassName
{
background-color: #BFD590;
}
</style>
border-color css
<style>
span { border-color: #BFD590; }
span { border-color: rgb(191,213,144); }
td.TdClassName
{
border-color: #BFD590;
}
.TagClassName
{
border-color: #BFD590;
}
</style>