Shades of Sprout #BFCC9E
Tints of Sprout #BFCC9E
RGB
CMYK
RGB Variations
Color information
#BFCC9E (or 0xBFCC9E) is known color: Sprout. HEX triplet: BF, CC and 9E. RGB value is (191,204,158). Sum of RGB (Red+Green+Blue) = 191+204+158=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC9E is #403361. Grayscale: #C3C3C3. Windows color (decimal): -4207458 or 10407103. OLE color: 10407103.
HSL color Cylindrical-coordinate representation of color #BFCC9E: hue angle of 76.96º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCC9E is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 158 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.2 |
| HSL | 76.96º | 0.31% | 0.71% | - |
| HSV(B) | 76.96º | 0.23% | 0.8% | - |
| XYZ | 49.25 | 56.73 | 40.7 | - |
| YUV | 194.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 158 | 0.06 | 0 | 0.23 | 0.2 | 76.96 | 0.31 | 0.71 |
| Hex | BF | CC | 9E | 6 | 0 | 17 | 14 | 4D | 1F | 47 |
| Octal | 277 | 314 | 236 | 6 | 0 | 27 | 24 | 115 | 37 | 107 |
| Binary | 10111111 | 11001100 | 10011110 | 110 | 0 | 10111 | 10100 | 1001101 | 11111 | 1000111 |
Color Harmonies of #BFCC9E
Complementary color
Monochromatic Colors of #BFCC9E
Black with #BFCC9E
Text Example
Text Example
White with #BFCC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC9E; }
p { color: rgb(191,204,158); }
H1.HeaderClassName
{
color: #BFCC9E;
}
.AnyTagClassName
{
color: #BFCC9E;
}
</style>
background-color css
<style>
a { background-color: #BFCC9E; }
a { background-color: rgb(191,204,158); }
div.DivClassName
{
background-color: #BFCC9E;
}
.BgClassName
{
background-color: #BFCC9E;
}
</style>
border-color css
<style>
span { border-color: #BFCC9E; }
span { border-color: rgb(191,204,158); }
td.TdClassName
{
border-color: #BFCC9E;
}
.TagClassName
{
border-color: #BFCC9E;
}
</style>