Shades of Sprout #BFDD92
Tints of Sprout #BFDD92
RGB
CMYK
RGB Variations
Color information
#BFDD92 (or 0xBFDD92) is known color: Sprout. HEX triplet: BF, DD and 92. RGB value is (191,221,146). Sum of RGB (Red+Green+Blue) = 191+221+146=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD92 is #40226D. Grayscale: #CBCBCB. Windows color (decimal): -4203118 or 9625023. OLE color: 9625023.
HSL color Cylindrical-coordinate representation of color #BFDD92: hue angle of 84º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFDD92 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 146 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.13 |
| HSL | 84º | 0.52% | 0.72% | - |
| HSV(B) | 84º | 0.34% | 0.87% | - |
| XYZ | 52.53 | 64.86 | 36.95 | - |
| YUV | 203.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 146 | 0.14 | 0 | 0.34 | 0.13 | 84 | 0.52 | 0.72 |
| Hex | BF | DD | 92 | E | 0 | 22 | D | 54 | 34 | 48 |
| Octal | 277 | 335 | 222 | 16 | 0 | 42 | 15 | 124 | 64 | 110 |
| Binary | 10111111 | 11011101 | 10010010 | 1110 | 0 | 100010 | 1101 | 1010100 | 110100 | 1001000 |
Color Harmonies of #BFDD92
Complementary color
Monochromatic Colors of #BFDD92
Black with #BFDD92
Text Example
Text Example
White with #BFDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD92; }
p { color: rgb(191,221,146); }
H1.HeaderClassName
{
color: #BFDD92;
}
.AnyTagClassName
{
color: #BFDD92;
}
</style>
background-color css
<style>
a { background-color: #BFDD92; }
a { background-color: rgb(191,221,146); }
div.DivClassName
{
background-color: #BFDD92;
}
.BgClassName
{
background-color: #BFDD92;
}
</style>
border-color css
<style>
span { border-color: #BFDD92; }
span { border-color: rgb(191,221,146); }
td.TdClassName
{
border-color: #BFDD92;
}
.TagClassName
{
border-color: #BFDD92;
}
</style>