Shades of Sprout #B2C49E
Tints of Sprout #B2C49E
RGB
CMYK
RGB Variations
Color information
#B2C49E (or 0xB2C49E) is known color: Sprout. HEX triplet: B2, C4 and 9E. RGB value is (178,196,158). Sum of RGB (Red+Green+Blue) = 178+196+158=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C49E is #4D3B61. Grayscale: #BABABA. Windows color (decimal): -5061474 or 10405042. OLE color: 10405042.
HSL color Cylindrical-coordinate representation of color #B2C49E: hue angle of 88.42º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2C49E is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 158 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.23 |
| HSL | 88.42º | 0.24% | 0.69% | - |
| HSV(B) | 88.42º | 0.19% | 0.77% | - |
| XYZ | 44.27 | 51.41 | 39.94 | - |
| YUV | 186.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 158 | 0.09 | 0 | 0.19 | 0.23 | 88.42 | 0.24 | 0.69 |
| Hex | B2 | C4 | 9E | 9 | 0 | 13 | 17 | 58 | 18 | 45 |
| Octal | 262 | 304 | 236 | 11 | 0 | 23 | 27 | 130 | 30 | 105 |
| Binary | 10110010 | 11000100 | 10011110 | 1001 | 0 | 10011 | 10111 | 1011000 | 11000 | 1000101 |
Color Harmonies of #B2C49E
Complementary color
Monochromatic Colors of #B2C49E
Black with #B2C49E
Text Example
Text Example
White with #B2C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C49E; }
p { color: rgb(178,196,158); }
H1.HeaderClassName
{
color: #B2C49E;
}
.AnyTagClassName
{
color: #B2C49E;
}
</style>
background-color css
<style>
a { background-color: #B2C49E; }
a { background-color: rgb(178,196,158); }
div.DivClassName
{
background-color: #B2C49E;
}
.BgClassName
{
background-color: #B2C49E;
}
</style>
border-color css
<style>
span { border-color: #B2C49E; }
span { border-color: rgb(178,196,158); }
td.TdClassName
{
border-color: #B2C49E;
}
.TagClassName
{
border-color: #B2C49E;
}
</style>