Shades of Sprout #B1C19F
Tints of Sprout #B1C19F
RGB
CMYK
RGB Variations
Color information
#B1C19F (or 0xB1C19F) is known color: Sprout. HEX triplet: B1, C1 and 9F. RGB value is (177,193,159). Sum of RGB (Red+Green+Blue) = 177+193+159=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C19F is #4E3E60. Grayscale: #B8B8B8. Windows color (decimal): -5127777 or 10469809. OLE color: 10469809.
HSL color Cylindrical-coordinate representation of color #B1C19F: hue angle of 88.24º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1C19F is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 159 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.24 |
| HSL | 88.24º | 0.22% | 0.69% | - |
| HSV(B) | 88.24º | 0.18% | 0.76% | - |
| XYZ | 43.46 | 49.99 | 40.16 | - |
| YUV | 184.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 159 | 0.08 | 0 | 0.18 | 0.24 | 88.24 | 0.22 | 0.69 |
| Hex | B1 | C1 | 9F | 8 | 0 | 12 | 18 | 58 | 16 | 45 |
| Octal | 261 | 301 | 237 | 10 | 0 | 22 | 30 | 130 | 26 | 105 |
| Binary | 10110001 | 11000001 | 10011111 | 1000 | 0 | 10010 | 11000 | 1011000 | 10110 | 1000101 |
Color Harmonies of #B1C19F
Complementary color
Monochromatic Colors of #B1C19F
Black with #B1C19F
Text Example
Text Example
White with #B1C19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C19F; }
p { color: rgb(177,193,159); }
H1.HeaderClassName
{
color: #B1C19F;
}
.AnyTagClassName
{
color: #B1C19F;
}
</style>
background-color css
<style>
a { background-color: #B1C19F; }
a { background-color: rgb(177,193,159); }
div.DivClassName
{
background-color: #B1C19F;
}
.BgClassName
{
background-color: #B1C19F;
}
</style>
border-color css
<style>
span { border-color: #B1C19F; }
span { border-color: rgb(177,193,159); }
td.TdClassName
{
border-color: #B1C19F;
}
.TagClassName
{
border-color: #B1C19F;
}
</style>