Shades of Sprout #BFD28D
Tints of Sprout #BFD28D
RGB
CMYK
RGB Variations
Color information
#BFD28D (or 0xBFD28D) is known color: Sprout. HEX triplet: BF, D2 and 8D. RGB value is (191,210,141). Sum of RGB (Red+Green+Blue) = 191+210+141=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD28D is #402D72. Grayscale: #C4C4C4. Windows color (decimal): -4205939 or 9294527. OLE color: 9294527.
HSL color Cylindrical-coordinate representation of color #BFD28D: hue angle of 76.52º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFD28D is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 141 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.18 |
| HSL | 76.52º | 0.43% | 0.69% | - |
| HSV(B) | 76.52º | 0.33% | 0.82% | - |
| XYZ | 49.34 | 59.09 | 34 | - |
| YUV | 196.45 | 96.71 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 141 | 0.09 | 0 | 0.33 | 0.18 | 76.52 | 0.43 | 0.69 |
| Hex | BF | D2 | 8D | 9 | 0 | 21 | 12 | 4D | 2B | 45 |
| Octal | 277 | 322 | 215 | 11 | 0 | 41 | 22 | 115 | 53 | 105 |
| Binary | 10111111 | 11010010 | 10001101 | 1001 | 0 | 100001 | 10010 | 1001101 | 101011 | 1000101 |
Color Harmonies of #BFD28D
Complementary color
Monochromatic Colors of #BFD28D
Black with #BFD28D
Text Example
Text Example
White with #BFD28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD28D; }
p { color: rgb(191,210,141); }
H1.HeaderClassName
{
color: #BFD28D;
}
.AnyTagClassName
{
color: #BFD28D;
}
</style>
background-color css
<style>
a { background-color: #BFD28D; }
a { background-color: rgb(191,210,141); }
div.DivClassName
{
background-color: #BFD28D;
}
.BgClassName
{
background-color: #BFD28D;
}
</style>
border-color css
<style>
span { border-color: #BFD28D; }
span { border-color: rgb(191,210,141); }
td.TdClassName
{
border-color: #BFD28D;
}
.TagClassName
{
border-color: #BFD28D;
}
</style>