Shades of Sprout #BFD492
Tints of Sprout #BFD492
RGB
CMYK
RGB Variations
Color information
#BFD492 (or 0xBFD492) is known color: Sprout. HEX triplet: BF, D4 and 92. RGB value is (191,212,146). Sum of RGB (Red+Green+Blue) = 191+212+146=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD492 is #402B6D. Grayscale: #C6C6C6. Windows color (decimal): -4205422 or 9622719. OLE color: 9622719.
HSL color Cylindrical-coordinate representation of color #BFD492: hue angle of 79.09º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFD492 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 146 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.17 |
| HSL | 79.09º | 0.43% | 0.7% | - |
| HSV(B) | 79.09º | 0.31% | 0.83% | - |
| XYZ | 50.22 | 60.24 | 36.17 | - |
| YUV | 198.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 146 | 0.10 | 0 | 0.31 | 0.17 | 79.09 | 0.43 | 0.7 |
| Hex | BF | D4 | 92 | A | 0 | 1F | 11 | 4F | 2B | 46 |
| Octal | 277 | 324 | 222 | 12 | 0 | 37 | 21 | 117 | 53 | 106 |
| Binary | 10111111 | 11010100 | 10010010 | 1010 | 0 | 11111 | 10001 | 1001111 | 101011 | 1000110 |
Color Harmonies of #BFD492
Complementary color
Monochromatic Colors of #BFD492
Black with #BFD492
Text Example
Text Example
White with #BFD492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD492; }
p { color: rgb(191,212,146); }
H1.HeaderClassName
{
color: #BFD492;
}
.AnyTagClassName
{
color: #BFD492;
}
</style>
background-color css
<style>
a { background-color: #BFD492; }
a { background-color: rgb(191,212,146); }
div.DivClassName
{
background-color: #BFD492;
}
.BgClassName
{
background-color: #BFD492;
}
</style>
border-color css
<style>
span { border-color: #BFD492; }
span { border-color: rgb(191,212,146); }
td.TdClassName
{
border-color: #BFD492;
}
.TagClassName
{
border-color: #BFD492;
}
</style>