Shades of Sprout #BFD18F
Tints of Sprout #BFD18F
RGB
CMYK
RGB Variations
Color information
#BFD18F (or 0xBFD18F) is known color: Sprout. HEX triplet: BF, D1 and 8F. RGB value is (191,209,143). Sum of RGB (Red+Green+Blue) = 191+209+143=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD18F is #402E70. Grayscale: #C4C4C4. Windows color (decimal): -4206193 or 9425343. OLE color: 9425343.
HSL color Cylindrical-coordinate representation of color #BFD18F: hue angle of 76.36º 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 #BFD18F is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 143 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.18 |
| HSL | 76.36º | 0.42% | 0.69% | - |
| HSV(B) | 76.36º | 0.32% | 0.82% | - |
| XYZ | 49.24 | 58.66 | 34.71 | - |
| YUV | 196.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 143 | 0.09 | 0 | 0.32 | 0.18 | 76.36 | 0.42 | 0.69 |
| Hex | BF | D1 | 8F | 9 | 0 | 20 | 12 | 4C | 2A | 45 |
| Octal | 277 | 321 | 217 | 11 | 0 | 40 | 22 | 114 | 52 | 105 |
| Binary | 10111111 | 11010001 | 10001111 | 1001 | 0 | 100000 | 10010 | 1001100 | 101010 | 1000101 |
Color Harmonies of #BFD18F
Complementary color
Monochromatic Colors of #BFD18F
Black with #BFD18F
Text Example
Text Example
White with #BFD18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD18F; }
p { color: rgb(191,209,143); }
H1.HeaderClassName
{
color: #BFD18F;
}
.AnyTagClassName
{
color: #BFD18F;
}
</style>
background-color css
<style>
a { background-color: #BFD18F; }
a { background-color: rgb(191,209,143); }
div.DivClassName
{
background-color: #BFD18F;
}
.BgClassName
{
background-color: #BFD18F;
}
</style>
border-color css
<style>
span { border-color: #BFD18F; }
span { border-color: rgb(191,209,143); }
td.TdClassName
{
border-color: #BFD18F;
}
.TagClassName
{
border-color: #BFD18F;
}
</style>