Shades of Sprout #BFD58B
Tints of Sprout #BFD58B
RGB
CMYK
RGB Variations
Color information
#BFD58B (or 0xBFD58B) is known color: Sprout. HEX triplet: BF, D5 and 8B. RGB value is (191,213,139). Sum of RGB (Red+Green+Blue) = 191+213+139=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD58B is #402A74. Grayscale: #C6C6C6. Windows color (decimal): -4205173 or 9164223. OLE color: 9164223.
HSL color Cylindrical-coordinate representation of color #BFD58B: hue angle of 77.84º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFD58B is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 139 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.16 |
| HSL | 77.84º | 0.47% | 0.69% | - |
| HSV(B) | 77.84º | 0.35% | 0.84% | - |
| XYZ | 49.94 | 60.53 | 33.48 | - |
| YUV | 197.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 139 | 0.10 | 0 | 0.35 | 0.16 | 77.84 | 0.47 | 0.69 |
| Hex | BF | D5 | 8B | A | 0 | 23 | 10 | 4E | 2F | 45 |
| Octal | 277 | 325 | 213 | 12 | 0 | 43 | 20 | 116 | 57 | 105 |
| Binary | 10111111 | 11010101 | 10001011 | 1010 | 0 | 100011 | 10000 | 1001110 | 101111 | 1000101 |
Color Harmonies of #BFD58B
Complementary color
Monochromatic Colors of #BFD58B
Black with #BFD58B
Text Example
Text Example
White with #BFD58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD58B; }
p { color: rgb(191,213,139); }
H1.HeaderClassName
{
color: #BFD58B;
}
.AnyTagClassName
{
color: #BFD58B;
}
</style>
background-color css
<style>
a { background-color: #BFD58B; }
a { background-color: rgb(191,213,139); }
div.DivClassName
{
background-color: #BFD58B;
}
.BgClassName
{
background-color: #BFD58B;
}
</style>
border-color css
<style>
span { border-color: #BFD58B; }
span { border-color: rgb(191,213,139); }
td.TdClassName
{
border-color: #BFD58B;
}
.TagClassName
{
border-color: #BFD58B;
}
</style>