Shades of Sprout #BFD490
Tints of Sprout #BFD490
RGB
CMYK
RGB Variations
Color information
#BFD490 (or 0xBFD490) is known color: Sprout. HEX triplet: BF, D4 and 90. RGB value is (191,212,144). Sum of RGB (Red+Green+Blue) = 191+212+144=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD490 is #402B6F. Grayscale: #C6C6C6. Windows color (decimal): -4205424 or 9491647. OLE color: 9491647.
HSL color Cylindrical-coordinate representation of color #BFD490: hue angle of 78.53º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFD490 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 144 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.17 |
| HSL | 78.53º | 0.44% | 0.7% | - |
| HSV(B) | 78.53º | 0.32% | 0.83% | - |
| XYZ | 50.06 | 60.18 | 35.36 | - |
| YUV | 197.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 144 | 0.10 | 0 | 0.32 | 0.17 | 78.53 | 0.44 | 0.7 |
| Hex | BF | D4 | 90 | A | 0 | 20 | 11 | 4F | 2C | 46 |
| Octal | 277 | 324 | 220 | 12 | 0 | 40 | 21 | 117 | 54 | 106 |
| Binary | 10111111 | 11010100 | 10010000 | 1010 | 0 | 100000 | 10001 | 1001111 | 101100 | 1000110 |
Color Harmonies of #BFD490
Complementary color
Monochromatic Colors of #BFD490
Black with #BFD490
Text Example
Text Example
White with #BFD490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD490; }
p { color: rgb(191,212,144); }
H1.HeaderClassName
{
color: #BFD490;
}
.AnyTagClassName
{
color: #BFD490;
}
</style>
background-color css
<style>
a { background-color: #BFD490; }
a { background-color: rgb(191,212,144); }
div.DivClassName
{
background-color: #BFD490;
}
.BgClassName
{
background-color: #BFD490;
}
</style>
border-color css
<style>
span { border-color: #BFD490; }
span { border-color: rgb(191,212,144); }
td.TdClassName
{
border-color: #BFD490;
}
.TagClassName
{
border-color: #BFD490;
}
</style>