Shades of Sprout #BFD18B
Tints of Sprout #BFD18B
RGB
CMYK
RGB Variations
Color information
#BFD18B (or 0xBFD18B) is known color: Sprout. HEX triplet: BF, D1 and 8B. RGB value is (191,209,139). Sum of RGB (Red+Green+Blue) = 191+209+139=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD18B is #402E74. Grayscale: #C3C3C3. Windows color (decimal): -4206197 or 9163199. OLE color: 9163199.
HSL color Cylindrical-coordinate representation of color #BFD18B: hue angle of 75.43º 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 #BFD18B is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 139 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.18 |
| HSL | 75.43º | 0.43% | 0.68% | - |
| HSV(B) | 75.43º | 0.33% | 0.82% | - |
| XYZ | 48.95 | 58.54 | 33.15 | - |
| YUV | 195.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 139 | 0.09 | 0 | 0.33 | 0.18 | 75.43 | 0.43 | 0.68 |
| Hex | BF | D1 | 8B | 9 | 0 | 21 | 12 | 4B | 2B | 44 |
| Octal | 277 | 321 | 213 | 11 | 0 | 41 | 22 | 113 | 53 | 104 |
| Binary | 10111111 | 11010001 | 10001011 | 1001 | 0 | 100001 | 10010 | 1001011 | 101011 | 1000100 |
Color Harmonies of #BFD18B
Complementary color
Monochromatic Colors of #BFD18B
Black with #BFD18B
Text Example
Text Example
White with #BFD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD18B; }
p { color: rgb(191,209,139); }
H1.HeaderClassName
{
color: #BFD18B;
}
.AnyTagClassName
{
color: #BFD18B;
}
</style>
background-color css
<style>
a { background-color: #BFD18B; }
a { background-color: rgb(191,209,139); }
div.DivClassName
{
background-color: #BFD18B;
}
.BgClassName
{
background-color: #BFD18B;
}
</style>
border-color css
<style>
span { border-color: #BFD18B; }
span { border-color: rgb(191,209,139); }
td.TdClassName
{
border-color: #BFD18B;
}
.TagClassName
{
border-color: #BFD18B;
}
</style>