Shades of Sprout #BFCD98
Tints of Sprout #BFCD98
RGB
CMYK
RGB Variations
Color information
#BFCD98 (or 0xBFCD98) is known color: Sprout. HEX triplet: BF, CD and 98. RGB value is (191,205,152). Sum of RGB (Red+Green+Blue) = 191+205+152=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD98 is #403267. Grayscale: #C2C2C2. Windows color (decimal): -4207208 or 10014143. OLE color: 10014143.
HSL color Cylindrical-coordinate representation of color #BFCD98: hue angle of 75.85º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFCD98 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 152 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.20 |
| HSL | 75.85º | 0.35% | 0.7% | - |
| HSV(B) | 75.85º | 0.26% | 0.8% | - |
| XYZ | 48.98 | 57.01 | 38.13 | - |
| YUV | 194.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 152 | 0.07 | 0 | 0.26 | 0.20 | 75.85 | 0.35 | 0.7 |
| Hex | BF | CD | 98 | 7 | 0 | 1A | 14 | 4C | 23 | 46 |
| Octal | 277 | 315 | 230 | 7 | 0 | 32 | 24 | 114 | 43 | 106 |
| Binary | 10111111 | 11001101 | 10011000 | 111 | 0 | 11010 | 10100 | 1001100 | 100011 | 1000110 |
Color Harmonies of #BFCD98
Complementary color
Monochromatic Colors of #BFCD98
Black with #BFCD98
Text Example
Text Example
White with #BFCD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD98; }
p { color: rgb(191,205,152); }
H1.HeaderClassName
{
color: #BFCD98;
}
.AnyTagClassName
{
color: #BFCD98;
}
</style>
background-color css
<style>
a { background-color: #BFCD98; }
a { background-color: rgb(191,205,152); }
div.DivClassName
{
background-color: #BFCD98;
}
.BgClassName
{
background-color: #BFCD98;
}
</style>
border-color css
<style>
span { border-color: #BFCD98; }
span { border-color: rgb(191,205,152); }
td.TdClassName
{
border-color: #BFCD98;
}
.TagClassName
{
border-color: #BFCD98;
}
</style>