Shades of Sprout #BFD18C
Tints of Sprout #BFD18C
RGB
CMYK
RGB Variations
Color information
#BFD18C (or 0xBFD18C) is known color: Sprout. HEX triplet: BF, D1 and 8C. RGB value is (191,209,140). Sum of RGB (Red+Green+Blue) = 191+209+140=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD18C is #402E73. Grayscale: #C4C4C4. Windows color (decimal): -4206196 or 9228735. OLE color: 9228735.
HSL color Cylindrical-coordinate representation of color #BFD18C: hue angle of 75.65º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFD18C is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 140 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.18 |
| HSL | 75.65º | 0.43% | 0.68% | - |
| HSV(B) | 75.65º | 0.33% | 0.82% | - |
| XYZ | 49.02 | 58.57 | 33.53 | - |
| YUV | 195.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 140 | 0.09 | 0 | 0.33 | 0.18 | 75.65 | 0.43 | 0.68 |
| Hex | BF | D1 | 8C | 9 | 0 | 21 | 12 | 4C | 2B | 44 |
| Octal | 277 | 321 | 214 | 11 | 0 | 41 | 22 | 114 | 53 | 104 |
| Binary | 10111111 | 11010001 | 10001100 | 1001 | 0 | 100001 | 10010 | 1001100 | 101011 | 1000100 |
Color Harmonies of #BFD18C
Complementary color
Monochromatic Colors of #BFD18C
Black with #BFD18C
Text Example
Text Example
White with #BFD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD18C; }
p { color: rgb(191,209,140); }
H1.HeaderClassName
{
color: #BFD18C;
}
.AnyTagClassName
{
color: #BFD18C;
}
</style>
background-color css
<style>
a { background-color: #BFD18C; }
a { background-color: rgb(191,209,140); }
div.DivClassName
{
background-color: #BFD18C;
}
.BgClassName
{
background-color: #BFD18C;
}
</style>
border-color css
<style>
span { border-color: #BFD18C; }
span { border-color: rgb(191,209,140); }
td.TdClassName
{
border-color: #BFD18C;
}
.TagClassName
{
border-color: #BFD18C;
}
</style>