Shades of Sprout #BFD68F
Tints of Sprout #BFD68F
RGB
CMYK
RGB Variations
Color information
#BFD68F (or 0xBFD68F) is known color: Sprout. HEX triplet: BF, D6 and 8F. RGB value is (191,214,143). Sum of RGB (Red+Green+Blue) = 191+214+143=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD68F is #402970. Grayscale: #C7C7C7. Windows color (decimal): -4204913 or 9426623. OLE color: 9426623.
HSL color Cylindrical-coordinate representation of color #BFD68F: hue angle of 79.44º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFD68F is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 143 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.16 |
| HSL | 79.44º | 0.46% | 0.7% | - |
| HSV(B) | 79.44º | 0.33% | 0.84% | - |
| XYZ | 50.49 | 61.15 | 35.13 | - |
| YUV | 199.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 143 | 0.11 | 0 | 0.33 | 0.16 | 79.44 | 0.46 | 0.7 |
| Hex | BF | D6 | 8F | B | 0 | 21 | 10 | 4F | 2E | 46 |
| Octal | 277 | 326 | 217 | 13 | 0 | 41 | 20 | 117 | 56 | 106 |
| Binary | 10111111 | 11010110 | 10001111 | 1011 | 0 | 100001 | 10000 | 1001111 | 101110 | 1000110 |
Color Harmonies of #BFD68F
Complementary color
Monochromatic Colors of #BFD68F
Black with #BFD68F
Text Example
Text Example
White with #BFD68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD68F; }
p { color: rgb(191,214,143); }
H1.HeaderClassName
{
color: #BFD68F;
}
.AnyTagClassName
{
color: #BFD68F;
}
</style>
background-color css
<style>
a { background-color: #BFD68F; }
a { background-color: rgb(191,214,143); }
div.DivClassName
{
background-color: #BFD68F;
}
.BgClassName
{
background-color: #BFD68F;
}
</style>
border-color css
<style>
span { border-color: #BFD68F; }
span { border-color: rgb(191,214,143); }
td.TdClassName
{
border-color: #BFD68F;
}
.TagClassName
{
border-color: #BFD68F;
}
</style>