Shades of Sprout #BFDA93
Tints of Sprout #BFDA93
RGB
CMYK
RGB Variations
Color information
#BFDA93 (or 0xBFDA93) is known color: Sprout. HEX triplet: BF, DA and 93. RGB value is (191,218,147). Sum of RGB (Red+Green+Blue) = 191+218+147=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA93 is #40256C. Grayscale: #CACACA. Windows color (decimal): -4203885 or 9689791. OLE color: 9689791.
HSL color Cylindrical-coordinate representation of color #BFDA93: hue angle of 82.82º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFDA93 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 147 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.15 |
| HSL | 82.82º | 0.49% | 0.72% | - |
| HSV(B) | 82.82º | 0.33% | 0.85% | - |
| XYZ | 51.82 | 63.33 | 37.1 | - |
| YUV | 201.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 147 | 0.12 | 0 | 0.33 | 0.15 | 82.82 | 0.49 | 0.72 |
| Hex | BF | DA | 93 | C | 0 | 21 | F | 53 | 31 | 48 |
| Octal | 277 | 332 | 223 | 14 | 0 | 41 | 17 | 123 | 61 | 110 |
| Binary | 10111111 | 11011010 | 10010011 | 1100 | 0 | 100001 | 1111 | 1010011 | 110001 | 1001000 |
Color Harmonies of #BFDA93
Complementary color
Monochromatic Colors of #BFDA93
Black with #BFDA93
Text Example
Text Example
White with #BFDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA93; }
p { color: rgb(191,218,147); }
H1.HeaderClassName
{
color: #BFDA93;
}
.AnyTagClassName
{
color: #BFDA93;
}
</style>
background-color css
<style>
a { background-color: #BFDA93; }
a { background-color: rgb(191,218,147); }
div.DivClassName
{
background-color: #BFDA93;
}
.BgClassName
{
background-color: #BFDA93;
}
</style>
border-color css
<style>
span { border-color: #BFDA93; }
span { border-color: rgb(191,218,147); }
td.TdClassName
{
border-color: #BFDA93;
}
.TagClassName
{
border-color: #BFDA93;
}
</style>