Shades of Sprout #B1CE8E
Tints of Sprout #B1CE8E
RGB
CMYK
RGB Variations
Color information
#B1CE8E (or 0xB1CE8E) is known color: Sprout. HEX triplet: B1, CE and 8E. RGB value is (177,206,142). Sum of RGB (Red+Green+Blue) = 177+206+142=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE8E is #4E3171. Grayscale: #BEBEBE. Windows color (decimal): -5124466 or 9359025. OLE color: 9359025.
HSL color Cylindrical-coordinate representation of color #B1CE8E: hue angle of 87.19º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1CE8E is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 142 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.19 |
| HSL | 87.19º | 0.4% | 0.68% | - |
| HSV(B) | 87.19º | 0.31% | 0.81% | - |
| XYZ | 45.09 | 55.44 | 33.92 | - |
| YUV | 190.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 142 | 0.14 | 0 | 0.31 | 0.19 | 87.19 | 0.4 | 0.68 |
| Hex | B1 | CE | 8E | E | 0 | 1F | 13 | 57 | 28 | 44 |
| Octal | 261 | 316 | 216 | 16 | 0 | 37 | 23 | 127 | 50 | 104 |
| Binary | 10110001 | 11001110 | 10001110 | 1110 | 0 | 11111 | 10011 | 1010111 | 101000 | 1000100 |
Color Harmonies of #B1CE8E
Complementary color
Monochromatic Colors of #B1CE8E
Black with #B1CE8E
Text Example
Text Example
White with #B1CE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE8E; }
p { color: rgb(177,206,142); }
H1.HeaderClassName
{
color: #B1CE8E;
}
.AnyTagClassName
{
color: #B1CE8E;
}
</style>
background-color css
<style>
a { background-color: #B1CE8E; }
a { background-color: rgb(177,206,142); }
div.DivClassName
{
background-color: #B1CE8E;
}
.BgClassName
{
background-color: #B1CE8E;
}
</style>
border-color css
<style>
span { border-color: #B1CE8E; }
span { border-color: rgb(177,206,142); }
td.TdClassName
{
border-color: #B1CE8E;
}
.TagClassName
{
border-color: #B1CE8E;
}
</style>