Shades of Sprout #B2C196
Tints of Sprout #B2C196
RGB
CMYK
RGB Variations
Color information
#B2C196 (or 0xB2C196) is known color: Sprout. HEX triplet: B2, C1 and 96. RGB value is (178,193,150). Sum of RGB (Red+Green+Blue) = 178+193+150=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C196 is #4D3E69. Grayscale: #B7B7B7. Windows color (decimal): -5062250 or 9879986. OLE color: 9879986.
HSL color Cylindrical-coordinate representation of color #B2C196: hue angle of 80.93º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2C196 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 150 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.24 |
| HSL | 80.93º | 0.26% | 0.67% | - |
| HSV(B) | 80.93º | 0.22% | 0.76% | - |
| XYZ | 42.94 | 49.81 | 36.2 | - |
| YUV | 183.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 150 | 0.08 | 0 | 0.22 | 0.24 | 80.93 | 0.26 | 0.67 |
| Hex | B2 | C1 | 96 | 8 | 0 | 16 | 18 | 51 | 1A | 43 |
| Octal | 262 | 301 | 226 | 10 | 0 | 26 | 30 | 121 | 32 | 103 |
| Binary | 10110010 | 11000001 | 10010110 | 1000 | 0 | 10110 | 11000 | 1010001 | 11010 | 1000011 |
Color Harmonies of #B2C196
Complementary color
Monochromatic Colors of #B2C196
Black with #B2C196
Text Example
Text Example
White with #B2C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C196; }
p { color: rgb(178,193,150); }
H1.HeaderClassName
{
color: #B2C196;
}
.AnyTagClassName
{
color: #B2C196;
}
</style>
background-color css
<style>
a { background-color: #B2C196; }
a { background-color: rgb(178,193,150); }
div.DivClassName
{
background-color: #B2C196;
}
.BgClassName
{
background-color: #B2C196;
}
</style>
border-color css
<style>
span { border-color: #B2C196; }
span { border-color: rgb(178,193,150); }
td.TdClassName
{
border-color: #B2C196;
}
.TagClassName
{
border-color: #B2C196;
}
</style>