Shades of Sprout #BFD48B
Tints of Sprout #BFD48B
RGB
CMYK
RGB Variations
Color information
#BFD48B (or 0xBFD48B) is known color: Sprout. HEX triplet: BF, D4 and 8B. RGB value is (191,212,139). Sum of RGB (Red+Green+Blue) = 191+212+139=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD48B is #402B74. Grayscale: #C5C5C5. Windows color (decimal): -4205429 or 9163967. OLE color: 9163967.
HSL color Cylindrical-coordinate representation of color #BFD48B: hue angle of 77.26º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFD48B is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 139 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.17 |
| HSL | 77.26º | 0.46% | 0.69% | - |
| HSV(B) | 77.26º | 0.34% | 0.83% | - |
| XYZ | 49.69 | 60.03 | 33.39 | - |
| YUV | 197.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 139 | 0.10 | 0 | 0.34 | 0.17 | 77.26 | 0.46 | 0.69 |
| Hex | BF | D4 | 8B | A | 0 | 22 | 11 | 4D | 2E | 45 |
| Octal | 277 | 324 | 213 | 12 | 0 | 42 | 21 | 115 | 56 | 105 |
| Binary | 10111111 | 11010100 | 10001011 | 1010 | 0 | 100010 | 10001 | 1001101 | 101110 | 1000101 |
Color Harmonies of #BFD48B
Complementary color
Monochromatic Colors of #BFD48B
Black with #BFD48B
Text Example
Text Example
White with #BFD48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD48B; }
p { color: rgb(191,212,139); }
H1.HeaderClassName
{
color: #BFD48B;
}
.AnyTagClassName
{
color: #BFD48B;
}
</style>
background-color css
<style>
a { background-color: #BFD48B; }
a { background-color: rgb(191,212,139); }
div.DivClassName
{
background-color: #BFD48B;
}
.BgClassName
{
background-color: #BFD48B;
}
</style>
border-color css
<style>
span { border-color: #BFD48B; }
span { border-color: rgb(191,212,139); }
td.TdClassName
{
border-color: #BFD48B;
}
.TagClassName
{
border-color: #BFD48B;
}
</style>