Shades of Sprout #B1CE8B
Tints of Sprout #B1CE8B
RGB
CMYK
RGB Variations
Color information
#B1CE8B (or 0xB1CE8B) is known color: Sprout. HEX triplet: B1, CE and 8B. RGB value is (177,206,139). Sum of RGB (Red+Green+Blue) = 177+206+139=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE8B is #4E3174. Grayscale: #BDBDBD. Windows color (decimal): -5124469 or 9162417. OLE color: 9162417.
HSL color Cylindrical-coordinate representation of color #B1CE8B: hue angle of 85.97º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1CE8B is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 139 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.19 |
| HSL | 85.97º | 0.41% | 0.68% | - |
| HSV(B) | 85.97º | 0.33% | 0.81% | - |
| XYZ | 44.86 | 55.35 | 32.75 | - |
| YUV | 189.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 139 | 0.14 | 0 | 0.33 | 0.19 | 85.97 | 0.41 | 0.68 |
| Hex | B1 | CE | 8B | E | 0 | 21 | 13 | 56 | 29 | 44 |
| Octal | 261 | 316 | 213 | 16 | 0 | 41 | 23 | 126 | 51 | 104 |
| Binary | 10110001 | 11001110 | 10001011 | 1110 | 0 | 100001 | 10011 | 1010110 | 101001 | 1000100 |
Color Harmonies of #B1CE8B
Complementary color
Monochromatic Colors of #B1CE8B
Black with #B1CE8B
Text Example
Text Example
White with #B1CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE8B; }
p { color: rgb(177,206,139); }
H1.HeaderClassName
{
color: #B1CE8B;
}
.AnyTagClassName
{
color: #B1CE8B;
}
</style>
background-color css
<style>
a { background-color: #B1CE8B; }
a { background-color: rgb(177,206,139); }
div.DivClassName
{
background-color: #B1CE8B;
}
.BgClassName
{
background-color: #B1CE8B;
}
</style>
border-color css
<style>
span { border-color: #B1CE8B; }
span { border-color: rgb(177,206,139); }
td.TdClassName
{
border-color: #B1CE8B;
}
.TagClassName
{
border-color: #B1CE8B;
}
</style>