Shades of Sprout #BFCD93
Tints of Sprout #BFCD93
RGB
CMYK
RGB Variations
Color information
#BFCD93 (or 0xBFCD93) is known color: Sprout. HEX triplet: BF, CD and 93. RGB value is (191,205,147). Sum of RGB (Red+Green+Blue) = 191+205+147=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD93 is #40326C. Grayscale: #C2C2C2. Windows color (decimal): -4207213 or 9686463. OLE color: 9686463.
HSL color Cylindrical-coordinate representation of color #BFCD93: hue angle of 74.48º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFCD93 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 147 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.20 |
| HSL | 74.48º | 0.37% | 0.69% | - |
| HSV(B) | 74.48º | 0.28% | 0.8% | - |
| XYZ | 48.58 | 56.85 | 36.02 | - |
| YUV | 194.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 147 | 0.07 | 0 | 0.28 | 0.20 | 74.48 | 0.37 | 0.69 |
| Hex | BF | CD | 93 | 7 | 0 | 1C | 14 | 4A | 25 | 45 |
| Octal | 277 | 315 | 223 | 7 | 0 | 34 | 24 | 112 | 45 | 105 |
| Binary | 10111111 | 11001101 | 10010011 | 111 | 0 | 11100 | 10100 | 1001010 | 100101 | 1000101 |
Color Harmonies of #BFCD93
Complementary color
Monochromatic Colors of #BFCD93
Black with #BFCD93
Text Example
Text Example
White with #BFCD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD93; }
p { color: rgb(191,205,147); }
H1.HeaderClassName
{
color: #BFCD93;
}
.AnyTagClassName
{
color: #BFCD93;
}
</style>
background-color css
<style>
a { background-color: #BFCD93; }
a { background-color: rgb(191,205,147); }
div.DivClassName
{
background-color: #BFCD93;
}
.BgClassName
{
background-color: #BFCD93;
}
</style>
border-color css
<style>
span { border-color: #BFCD93; }
span { border-color: rgb(191,205,147); }
td.TdClassName
{
border-color: #BFCD93;
}
.TagClassName
{
border-color: #BFCD93;
}
</style>