Shades of Sprout #BFD18E
Tints of Sprout #BFD18E
RGB
CMYK
RGB Variations
Color information
#BFD18E (or 0xBFD18E) is known color: Sprout. HEX triplet: BF, D1 and 8E. RGB value is (191,209,142). Sum of RGB (Red+Green+Blue) = 191+209+142=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD18E is #402E71. Grayscale: #C4C4C4. Windows color (decimal): -4206194 or 9359807. OLE color: 9359807.
HSL color Cylindrical-coordinate representation of color #BFD18E: hue angle of 76.12º degrees, saturation: 0.42, 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 #BFD18E is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 142 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.18 |
| HSL | 76.12º | 0.42% | 0.69% | - |
| HSV(B) | 76.12º | 0.32% | 0.82% | - |
| XYZ | 49.17 | 58.63 | 34.32 | - |
| YUV | 195.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 142 | 0.09 | 0 | 0.32 | 0.18 | 76.12 | 0.42 | 0.69 |
| Hex | BF | D1 | 8E | 9 | 0 | 20 | 12 | 4C | 2A | 45 |
| Octal | 277 | 321 | 216 | 11 | 0 | 40 | 22 | 114 | 52 | 105 |
| Binary | 10111111 | 11010001 | 10001110 | 1001 | 0 | 100000 | 10010 | 1001100 | 101010 | 1000101 |
Color Harmonies of #BFD18E
Complementary color
Monochromatic Colors of #BFD18E
Black with #BFD18E
Text Example
Text Example
White with #BFD18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD18E; }
p { color: rgb(191,209,142); }
H1.HeaderClassName
{
color: #BFD18E;
}
.AnyTagClassName
{
color: #BFD18E;
}
</style>
background-color css
<style>
a { background-color: #BFD18E; }
a { background-color: rgb(191,209,142); }
div.DivClassName
{
background-color: #BFD18E;
}
.BgClassName
{
background-color: #BFD18E;
}
</style>
border-color css
<style>
span { border-color: #BFD18E; }
span { border-color: rgb(191,209,142); }
td.TdClassName
{
border-color: #BFD18E;
}
.TagClassName
{
border-color: #BFD18E;
}
</style>