Shades of Sprout #BFD28B
Tints of Sprout #BFD28B
RGB
CMYK
RGB Variations
Color information
#BFD28B (or 0xBFD28B) is known color: Sprout. HEX triplet: BF, D2 and 8B. RGB value is (191,210,139). Sum of RGB (Red+Green+Blue) = 191+210+139=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD28B is #402D74. Grayscale: #C4C4C4. Windows color (decimal): -4205941 or 9163455. OLE color: 9163455.
HSL color Cylindrical-coordinate representation of color #BFD28B: hue angle of 76.06º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFD28B is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 139 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.18 |
| HSL | 76.06º | 0.44% | 0.68% | - |
| HSV(B) | 76.06º | 0.34% | 0.82% | - |
| XYZ | 49.19 | 59.03 | 33.23 | - |
| YUV | 196.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 139 | 0.09 | 0 | 0.34 | 0.18 | 76.06 | 0.44 | 0.68 |
| Hex | BF | D2 | 8B | 9 | 0 | 22 | 12 | 4C | 2C | 44 |
| Octal | 277 | 322 | 213 | 11 | 0 | 42 | 22 | 114 | 54 | 104 |
| Binary | 10111111 | 11010010 | 10001011 | 1001 | 0 | 100010 | 10010 | 1001100 | 101100 | 1000100 |
Color Harmonies of #BFD28B
Complementary color
Monochromatic Colors of #BFD28B
Black with #BFD28B
Text Example
Text Example
White with #BFD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD28B; }
p { color: rgb(191,210,139); }
H1.HeaderClassName
{
color: #BFD28B;
}
.AnyTagClassName
{
color: #BFD28B;
}
</style>
background-color css
<style>
a { background-color: #BFD28B; }
a { background-color: rgb(191,210,139); }
div.DivClassName
{
background-color: #BFD28B;
}
.BgClassName
{
background-color: #BFD28B;
}
</style>
border-color css
<style>
span { border-color: #BFD28B; }
span { border-color: rgb(191,210,139); }
td.TdClassName
{
border-color: #BFD28B;
}
.TagClassName
{
border-color: #BFD28B;
}
</style>