Shades of Sprout #B1CB8E
Tints of Sprout #B1CB8E
RGB
CMYK
RGB Variations
Color information
#B1CB8E (or 0xB1CB8E) is known color: Sprout. HEX triplet: B1, CB and 8E. RGB value is (177,203,142). Sum of RGB (Red+Green+Blue) = 177+203+142=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CB8E is #4E3471. Grayscale: #BCBCBC. Windows color (decimal): -5125234 or 9358257. OLE color: 9358257.
HSL color Cylindrical-coordinate representation of color #B1CB8E: hue angle of 85.57º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1CB8E is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 142 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.20 |
| HSL | 85.57º | 0.37% | 0.68% | - |
| HSV(B) | 85.57º | 0.3% | 0.8% | - |
| XYZ | 44.37 | 54.01 | 33.68 | - |
| YUV | 188.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 142 | 0.13 | 0 | 0.30 | 0.20 | 85.57 | 0.37 | 0.68 |
| Hex | B1 | CB | 8E | D | 0 | 1E | 14 | 56 | 25 | 44 |
| Octal | 261 | 313 | 216 | 15 | 0 | 36 | 24 | 126 | 45 | 104 |
| Binary | 10110001 | 11001011 | 10001110 | 1101 | 0 | 11110 | 10100 | 1010110 | 100101 | 1000100 |
Color Harmonies of #B1CB8E
Complementary color
Monochromatic Colors of #B1CB8E
Black with #B1CB8E
Text Example
Text Example
White with #B1CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CB8E; }
p { color: rgb(177,203,142); }
H1.HeaderClassName
{
color: #B1CB8E;
}
.AnyTagClassName
{
color: #B1CB8E;
}
</style>
background-color css
<style>
a { background-color: #B1CB8E; }
a { background-color: rgb(177,203,142); }
div.DivClassName
{
background-color: #B1CB8E;
}
.BgClassName
{
background-color: #B1CB8E;
}
</style>
border-color css
<style>
span { border-color: #B1CB8E; }
span { border-color: rgb(177,203,142); }
td.TdClassName
{
border-color: #B1CB8E;
}
.TagClassName
{
border-color: #B1CB8E;
}
</style>