Shades of Sprout #BFCC98
Tints of Sprout #BFCC98
RGB
CMYK
RGB Variations
Color information
#BFCC98 (or 0xBFCC98) is known color: Sprout. HEX triplet: BF, CC and 98. RGB value is (191,204,152). Sum of RGB (Red+Green+Blue) = 191+204+152=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC98 is #403367. Grayscale: #C2C2C2. Windows color (decimal): -4207464 or 10013887. OLE color: 10013887.
HSL color Cylindrical-coordinate representation of color #BFCC98: hue angle of 75º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFCC98 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 152 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.2 |
| HSL | 75º | 0.34% | 0.7% | - |
| HSV(B) | 75º | 0.25% | 0.8% | - |
| XYZ | 48.75 | 56.53 | 38.05 | - |
| YUV | 194.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 152 | 0.06 | 0 | 0.25 | 0.2 | 75 | 0.34 | 0.7 |
| Hex | BF | CC | 98 | 6 | 0 | 19 | 14 | 4B | 22 | 46 |
| Octal | 277 | 314 | 230 | 6 | 0 | 31 | 24 | 113 | 42 | 106 |
| Binary | 10111111 | 11001100 | 10011000 | 110 | 0 | 11001 | 10100 | 1001011 | 100010 | 1000110 |
Color Harmonies of #BFCC98
Complementary color
Monochromatic Colors of #BFCC98
Black with #BFCC98
Text Example
Text Example
White with #BFCC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC98; }
p { color: rgb(191,204,152); }
H1.HeaderClassName
{
color: #BFCC98;
}
.AnyTagClassName
{
color: #BFCC98;
}
</style>
background-color css
<style>
a { background-color: #BFCC98; }
a { background-color: rgb(191,204,152); }
div.DivClassName
{
background-color: #BFCC98;
}
.BgClassName
{
background-color: #BFCC98;
}
</style>
border-color css
<style>
span { border-color: #BFCC98; }
span { border-color: rgb(191,204,152); }
td.TdClassName
{
border-color: #BFCC98;
}
.TagClassName
{
border-color: #BFCC98;
}
</style>