Shades of Sprout #BFCD9B
Tints of Sprout #BFCD9B
RGB
CMYK
RGB Variations
Color information
#BFCD9B (or 0xBFCD9B) is known color: Sprout. HEX triplet: BF, CD and 9B. RGB value is (191,205,155). Sum of RGB (Red+Green+Blue) = 191+205+155=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD9B is #403264. Grayscale: #C3C3C3. Windows color (decimal): -4207205 or 10210751. OLE color: 10210751.
HSL color Cylindrical-coordinate representation of color #BFCD9B: hue angle of 76.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCD9B is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 155 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.20 |
| HSL | 76.8º | 0.33% | 0.71% | - |
| HSV(B) | 76.8º | 0.24% | 0.8% | - |
| XYZ | 49.23 | 57.11 | 39.44 | - |
| YUV | 195.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 155 | 0.07 | 0 | 0.24 | 0.20 | 76.8 | 0.33 | 0.71 |
| Hex | BF | CD | 9B | 7 | 0 | 18 | 14 | 4D | 21 | 47 |
| Octal | 277 | 315 | 233 | 7 | 0 | 30 | 24 | 115 | 41 | 107 |
| Binary | 10111111 | 11001101 | 10011011 | 111 | 0 | 11000 | 10100 | 1001101 | 100001 | 1000111 |
Color Harmonies of #BFCD9B
Complementary color
Monochromatic Colors of #BFCD9B
Black with #BFCD9B
Text Example
Text Example
White with #BFCD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD9B; }
p { color: rgb(191,205,155); }
H1.HeaderClassName
{
color: #BFCD9B;
}
.AnyTagClassName
{
color: #BFCD9B;
}
</style>
background-color css
<style>
a { background-color: #BFCD9B; }
a { background-color: rgb(191,205,155); }
div.DivClassName
{
background-color: #BFCD9B;
}
.BgClassName
{
background-color: #BFCD9B;
}
</style>
border-color css
<style>
span { border-color: #BFCD9B; }
span { border-color: rgb(191,205,155); }
td.TdClassName
{
border-color: #BFCD9B;
}
.TagClassName
{
border-color: #BFCD9B;
}
</style>