Shades of Sprout #BFDB90
Tints of Sprout #BFDB90
RGB
CMYK
RGB Variations
Color information
#BFDB90 (or 0xBFDB90) is known color: Sprout. HEX triplet: BF, DB and 90. RGB value is (191,219,144). Sum of RGB (Red+Green+Blue) = 191+219+144=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDB90 is #40246F. Grayscale: #CACACA. Windows color (decimal): -4203632 or 9493439. OLE color: 9493439.
HSL color Cylindrical-coordinate representation of color #BFDB90: hue angle of 82.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFDB90 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 144 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.14 |
| HSL | 82.4º | 0.51% | 0.71% | - |
| HSV(B) | 82.4º | 0.34% | 0.86% | - |
| XYZ | 51.85 | 63.75 | 35.96 | - |
| YUV | 202.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 144 | 0.13 | 0 | 0.34 | 0.14 | 82.4 | 0.51 | 0.71 |
| Hex | BF | DB | 90 | D | 0 | 22 | E | 52 | 33 | 47 |
| Octal | 277 | 333 | 220 | 15 | 0 | 42 | 16 | 122 | 63 | 107 |
| Binary | 10111111 | 11011011 | 10010000 | 1101 | 0 | 100010 | 1110 | 1010010 | 110011 | 1000111 |
Color Harmonies of #BFDB90
Complementary color
Monochromatic Colors of #BFDB90
Black with #BFDB90
Text Example
Text Example
White with #BFDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB90; }
p { color: rgb(191,219,144); }
H1.HeaderClassName
{
color: #BFDB90;
}
.AnyTagClassName
{
color: #BFDB90;
}
</style>
background-color css
<style>
a { background-color: #BFDB90; }
a { background-color: rgb(191,219,144); }
div.DivClassName
{
background-color: #BFDB90;
}
.BgClassName
{
background-color: #BFDB90;
}
</style>
border-color css
<style>
span { border-color: #BFDB90; }
span { border-color: rgb(191,219,144); }
td.TdClassName
{
border-color: #BFDB90;
}
.TagClassName
{
border-color: #BFDB90;
}
</style>