Shades of Sprout #BFD28E
Tints of Sprout #BFD28E
RGB
CMYK
RGB Variations
Color information
#BFD28E (or 0xBFD28E) is known color: Sprout. HEX triplet: BF, D2 and 8E. RGB value is (191,210,142). Sum of RGB (Red+Green+Blue) = 191+210+142=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD28E is #402D71. Grayscale: #C4C4C4. Windows color (decimal): -4205938 or 9360063. OLE color: 9360063.
HSL color Cylindrical-coordinate representation of color #BFD28E: hue angle of 76.76º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFD28E is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 142 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.18 |
| HSL | 76.76º | 0.43% | 0.69% | - |
| HSV(B) | 76.76º | 0.32% | 0.82% | - |
| XYZ | 49.41 | 59.12 | 34.4 | - |
| YUV | 196.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 142 | 0.09 | 0 | 0.32 | 0.18 | 76.76 | 0.43 | 0.69 |
| Hex | BF | D2 | 8E | 9 | 0 | 20 | 12 | 4D | 2B | 45 |
| Octal | 277 | 322 | 216 | 11 | 0 | 40 | 22 | 115 | 53 | 105 |
| Binary | 10111111 | 11010010 | 10001110 | 1001 | 0 | 100000 | 10010 | 1001101 | 101011 | 1000101 |
Color Harmonies of #BFD28E
Complementary color
Monochromatic Colors of #BFD28E
Black with #BFD28E
Text Example
Text Example
White with #BFD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD28E; }
p { color: rgb(191,210,142); }
H1.HeaderClassName
{
color: #BFD28E;
}
.AnyTagClassName
{
color: #BFD28E;
}
</style>
background-color css
<style>
a { background-color: #BFD28E; }
a { background-color: rgb(191,210,142); }
div.DivClassName
{
background-color: #BFD28E;
}
.BgClassName
{
background-color: #BFD28E;
}
</style>
border-color css
<style>
span { border-color: #BFD28E; }
span { border-color: rgb(191,210,142); }
td.TdClassName
{
border-color: #BFD28E;
}
.TagClassName
{
border-color: #BFD28E;
}
</style>