Shades of Sprout #BFD58D
Tints of Sprout #BFD58D
RGB
CMYK
RGB Variations
Color information
#BFD58D (or 0xBFD58D) is known color: Sprout. HEX triplet: BF, D5 and 8D. RGB value is (191,213,141). Sum of RGB (Red+Green+Blue) = 191+213+141=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD58D is #402A72. Grayscale: #C6C6C6. Windows color (decimal): -4205171 or 9295295. OLE color: 9295295.
HSL color Cylindrical-coordinate representation of color #BFD58D: hue angle of 78.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFD58D is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 141 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.16 |
| HSL | 78.33º | 0.46% | 0.69% | - |
| HSV(B) | 78.33º | 0.34% | 0.84% | - |
| XYZ | 50.09 | 60.59 | 34.25 | - |
| YUV | 198.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 141 | 0.10 | 0 | 0.34 | 0.16 | 78.33 | 0.46 | 0.69 |
| Hex | BF | D5 | 8D | A | 0 | 22 | 10 | 4E | 2E | 45 |
| Octal | 277 | 325 | 215 | 12 | 0 | 42 | 20 | 116 | 56 | 105 |
| Binary | 10111111 | 11010101 | 10001101 | 1010 | 0 | 100010 | 10000 | 1001110 | 101110 | 1000101 |
Color Harmonies of #BFD58D
Complementary color
Monochromatic Colors of #BFD58D
Black with #BFD58D
Text Example
Text Example
White with #BFD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD58D; }
p { color: rgb(191,213,141); }
H1.HeaderClassName
{
color: #BFD58D;
}
.AnyTagClassName
{
color: #BFD58D;
}
</style>
background-color css
<style>
a { background-color: #BFD58D; }
a { background-color: rgb(191,213,141); }
div.DivClassName
{
background-color: #BFD58D;
}
.BgClassName
{
background-color: #BFD58D;
}
</style>
border-color css
<style>
span { border-color: #BFD58D; }
span { border-color: rgb(191,213,141); }
td.TdClassName
{
border-color: #BFD58D;
}
.TagClassName
{
border-color: #BFD58D;
}
</style>