Shades of Sprout #B1C894
Tints of Sprout #B1C894
RGB
CMYK
RGB Variations
Color information
#B1C894 (or 0xB1C894) is known color: Sprout. HEX triplet: B1, C8 and 94. RGB value is (177,200,148). Sum of RGB (Red+Green+Blue) = 177+200+148=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C894 is #4E376B. Grayscale: #BBBBBB. Windows color (decimal): -5125996 or 9750705. OLE color: 9750705.
HSL color Cylindrical-coordinate representation of color #B1C894: hue angle of 86.54º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C894 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 148 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.22 |
| HSL | 86.54º | 0.32% | 0.68% | - |
| HSV(B) | 86.54º | 0.26% | 0.78% | - |
| XYZ | 44.13 | 52.79 | 35.88 | - |
| YUV | 187.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 148 | 0.12 | 0 | 0.26 | 0.22 | 86.54 | 0.32 | 0.68 |
| Hex | B1 | C8 | 94 | C | 0 | 1A | 16 | 57 | 20 | 44 |
| Octal | 261 | 310 | 224 | 14 | 0 | 32 | 26 | 127 | 40 | 104 |
| Binary | 10110001 | 11001000 | 10010100 | 1100 | 0 | 11010 | 10110 | 1010111 | 100000 | 1000100 |
Color Harmonies of #B1C894
Complementary color
Monochromatic Colors of #B1C894
Black with #B1C894
Text Example
Text Example
White with #B1C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C894; }
p { color: rgb(177,200,148); }
H1.HeaderClassName
{
color: #B1C894;
}
.AnyTagClassName
{
color: #B1C894;
}
</style>
background-color css
<style>
a { background-color: #B1C894; }
a { background-color: rgb(177,200,148); }
div.DivClassName
{
background-color: #B1C894;
}
.BgClassName
{
background-color: #B1C894;
}
</style>
border-color css
<style>
span { border-color: #B1C894; }
span { border-color: rgb(177,200,148); }
td.TdClassName
{
border-color: #B1C894;
}
.TagClassName
{
border-color: #B1C894;
}
</style>