Shades of Sprout #B1CE9A
Tints of Sprout #B1CE9A
RGB
CMYK
RGB Variations
Color information
#B1CE9A (or 0xB1CE9A) is known color: Sprout. HEX triplet: B1, CE and 9A. RGB value is (177,206,154). Sum of RGB (Red+Green+Blue) = 177+206+154=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE9A is #4E3165. Grayscale: #BFBFBF. Windows color (decimal): -5124454 or 10145457. OLE color: 10145457.
HSL color Cylindrical-coordinate representation of color #B1CE9A: hue angle of 93.46º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1CE9A is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 154 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.19 |
| HSL | 93.46º | 0.35% | 0.71% | - |
| HSV(B) | 93.46º | 0.25% | 0.81% | - |
| XYZ | 46.04 | 55.82 | 38.92 | - |
| YUV | 191.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 154 | 0.14 | 0 | 0.25 | 0.19 | 93.46 | 0.35 | 0.71 |
| Hex | B1 | CE | 9A | E | 0 | 19 | 13 | 5D | 23 | 47 |
| Octal | 261 | 316 | 232 | 16 | 0 | 31 | 23 | 135 | 43 | 107 |
| Binary | 10110001 | 11001110 | 10011010 | 1110 | 0 | 11001 | 10011 | 1011101 | 100011 | 1000111 |
Color Harmonies of #B1CE9A
Complementary color
Monochromatic Colors of #B1CE9A
Black with #B1CE9A
Text Example
Text Example
White with #B1CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE9A; }
p { color: rgb(177,206,154); }
H1.HeaderClassName
{
color: #B1CE9A;
}
.AnyTagClassName
{
color: #B1CE9A;
}
</style>
background-color css
<style>
a { background-color: #B1CE9A; }
a { background-color: rgb(177,206,154); }
div.DivClassName
{
background-color: #B1CE9A;
}
.BgClassName
{
background-color: #B1CE9A;
}
</style>
border-color css
<style>
span { border-color: #B1CE9A; }
span { border-color: rgb(177,206,154); }
td.TdClassName
{
border-color: #B1CE9A;
}
.TagClassName
{
border-color: #B1CE9A;
}
</style>