Shades of Sprout #BFCD94
Tints of Sprout #BFCD94
RGB
CMYK
RGB Variations
Color information
#BFCD94 (or 0xBFCD94) is known color: Sprout. HEX triplet: BF, CD and 94. RGB value is (191,205,148). Sum of RGB (Red+Green+Blue) = 191+205+148=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD94 is #40326B. Grayscale: #C2C2C2. Windows color (decimal): -4207212 or 9751999. OLE color: 9751999.
HSL color Cylindrical-coordinate representation of color #BFCD94: hue angle of 74.74º degrees, saturation: 0.36, 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 #BFCD94 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 148 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.20 |
| HSL | 74.74º | 0.36% | 0.69% | - |
| HSV(B) | 74.74º | 0.28% | 0.8% | - |
| XYZ | 48.66 | 56.88 | 36.43 | - |
| YUV | 194.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 148 | 0.07 | 0 | 0.28 | 0.20 | 74.74 | 0.36 | 0.69 |
| Hex | BF | CD | 94 | 7 | 0 | 1C | 14 | 4B | 24 | 45 |
| Octal | 277 | 315 | 224 | 7 | 0 | 34 | 24 | 113 | 44 | 105 |
| Binary | 10111111 | 11001101 | 10010100 | 111 | 0 | 11100 | 10100 | 1001011 | 100100 | 1000101 |
Color Harmonies of #BFCD94
Complementary color
Monochromatic Colors of #BFCD94
Black with #BFCD94
Text Example
Text Example
White with #BFCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD94; }
p { color: rgb(191,205,148); }
H1.HeaderClassName
{
color: #BFCD94;
}
.AnyTagClassName
{
color: #BFCD94;
}
</style>
background-color css
<style>
a { background-color: #BFCD94; }
a { background-color: rgb(191,205,148); }
div.DivClassName
{
background-color: #BFCD94;
}
.BgClassName
{
background-color: #BFCD94;
}
</style>
border-color css
<style>
span { border-color: #BFCD94; }
span { border-color: rgb(191,205,148); }
td.TdClassName
{
border-color: #BFCD94;
}
.TagClassName
{
border-color: #BFCD94;
}
</style>