Shades of Sprout #B2C896
Tints of Sprout #B2C896
RGB
CMYK
RGB Variations
Color information
#B2C896 (or 0xB2C896) is known color: Sprout. HEX triplet: B2, C8 and 96. RGB value is (178,200,150). Sum of RGB (Red+Green+Blue) = 178+200+150=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C896 is #4D3769. Grayscale: #BBBBBB. Windows color (decimal): -5060458 or 9881778. OLE color: 9881778.
HSL color Cylindrical-coordinate representation of color #B2C896: hue angle of 86.4º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2C896 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 150 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.22 |
| HSL | 86.4º | 0.31% | 0.69% | - |
| HSV(B) | 86.4º | 0.25% | 0.78% | - |
| XYZ | 44.52 | 52.98 | 36.73 | - |
| YUV | 187.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 150 | 0.11 | 0 | 0.25 | 0.22 | 86.4 | 0.31 | 0.69 |
| Hex | B2 | C8 | 96 | B | 0 | 19 | 16 | 56 | 1F | 45 |
| Octal | 262 | 310 | 226 | 13 | 0 | 31 | 26 | 126 | 37 | 105 |
| Binary | 10110010 | 11001000 | 10010110 | 1011 | 0 | 11001 | 10110 | 1010110 | 11111 | 1000101 |
Color Harmonies of #B2C896
Complementary color
Monochromatic Colors of #B2C896
Black with #B2C896
Text Example
Text Example
White with #B2C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C896; }
p { color: rgb(178,200,150); }
H1.HeaderClassName
{
color: #B2C896;
}
.AnyTagClassName
{
color: #B2C896;
}
</style>
background-color css
<style>
a { background-color: #B2C896; }
a { background-color: rgb(178,200,150); }
div.DivClassName
{
background-color: #B2C896;
}
.BgClassName
{
background-color: #B2C896;
}
</style>
border-color css
<style>
span { border-color: #B2C896; }
span { border-color: rgb(178,200,150); }
td.TdClassName
{
border-color: #B2C896;
}
.TagClassName
{
border-color: #B2C896;
}
</style>