Shades of Sprout #B1C194
Tints of Sprout #B1C194
RGB
CMYK
RGB Variations
Color information
#B1C194 (or 0xB1C194) is known color: Sprout. HEX triplet: B1, C1 and 94. RGB value is (177,193,148). Sum of RGB (Red+Green+Blue) = 177+193+148=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C194 is #4E3E6B. Grayscale: #B7B7B7. Windows color (decimal): -5127788 or 9748913. OLE color: 9748913.
HSL color Cylindrical-coordinate representation of color #B1C194: hue angle of 81.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1C194 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 148 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.24 |
| HSL | 81.33º | 0.27% | 0.67% | - |
| HSV(B) | 81.33º | 0.23% | 0.76% | - |
| XYZ | 42.55 | 49.63 | 35.35 | - |
| YUV | 183.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 148 | 0.08 | 0 | 0.23 | 0.24 | 81.33 | 0.27 | 0.67 |
| Hex | B1 | C1 | 94 | 8 | 0 | 17 | 18 | 51 | 1B | 43 |
| Octal | 261 | 301 | 224 | 10 | 0 | 27 | 30 | 121 | 33 | 103 |
| Binary | 10110001 | 11000001 | 10010100 | 1000 | 0 | 10111 | 11000 | 1010001 | 11011 | 1000011 |
Color Harmonies of #B1C194
Complementary color
Monochromatic Colors of #B1C194
Black with #B1C194
Text Example
Text Example
White with #B1C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C194; }
p { color: rgb(177,193,148); }
H1.HeaderClassName
{
color: #B1C194;
}
.AnyTagClassName
{
color: #B1C194;
}
</style>
background-color css
<style>
a { background-color: #B1C194; }
a { background-color: rgb(177,193,148); }
div.DivClassName
{
background-color: #B1C194;
}
.BgClassName
{
background-color: #B1C194;
}
</style>
border-color css
<style>
span { border-color: #B1C194; }
span { border-color: rgb(177,193,148); }
td.TdClassName
{
border-color: #B1C194;
}
.TagClassName
{
border-color: #B1C194;
}
</style>