Shades of Sprout #BFD38E
Tints of Sprout #BFD38E
RGB
CMYK
RGB Variations
Color information
#BFD38E (or 0xBFD38E) is known color: Sprout. HEX triplet: BF, D3 and 8E. RGB value is (191,211,142). Sum of RGB (Red+Green+Blue) = 191+211+142=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD38E is #402C71. Grayscale: #C5C5C5. Windows color (decimal): -4205682 or 9360319. OLE color: 9360319.
HSL color Cylindrical-coordinate representation of color #BFD38E: hue angle of 77.39º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFD38E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 142 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.17 |
| HSL | 77.39º | 0.44% | 0.69% | - |
| HSV(B) | 77.39º | 0.33% | 0.83% | - |
| XYZ | 49.66 | 59.62 | 34.48 | - |
| YUV | 197.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 142 | 0.09 | 0 | 0.33 | 0.17 | 77.39 | 0.44 | 0.69 |
| Hex | BF | D3 | 8E | 9 | 0 | 21 | 11 | 4D | 2C | 45 |
| Octal | 277 | 323 | 216 | 11 | 0 | 41 | 21 | 115 | 54 | 105 |
| Binary | 10111111 | 11010011 | 10001110 | 1001 | 0 | 100001 | 10001 | 1001101 | 101100 | 1000101 |
Color Harmonies of #BFD38E
Complementary color
Monochromatic Colors of #BFD38E
Black with #BFD38E
Text Example
Text Example
White with #BFD38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD38E; }
p { color: rgb(191,211,142); }
H1.HeaderClassName
{
color: #BFD38E;
}
.AnyTagClassName
{
color: #BFD38E;
}
</style>
background-color css
<style>
a { background-color: #BFD38E; }
a { background-color: rgb(191,211,142); }
div.DivClassName
{
background-color: #BFD38E;
}
.BgClassName
{
background-color: #BFD38E;
}
</style>
border-color css
<style>
span { border-color: #BFD38E; }
span { border-color: rgb(191,211,142); }
td.TdClassName
{
border-color: #BFD38E;
}
.TagClassName
{
border-color: #BFD38E;
}
</style>