Shades of Sprout #B2D696
Tints of Sprout #B2D696
RGB
CMYK
RGB Variations
Color information
#B2D696 (or 0xB2D696) is known color: Sprout. HEX triplet: B2, D6 and 96. RGB value is (178,214,150). Sum of RGB (Red+Green+Blue) = 178+214+150=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D696 is #4D2969. Grayscale: #C4C4C4. Windows color (decimal): -5056874 or 9885362. OLE color: 9885362.
HSL color Cylindrical-coordinate representation of color #B2D696: hue angle of 93.75º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2D696 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 150 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.16 |
| HSL | 93.75º | 0.44% | 0.71% | - |
| HSV(B) | 93.75º | 0.3% | 0.84% | - |
| XYZ | 47.91 | 59.76 | 37.86 | - |
| YUV | 195.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 150 | 0.17 | 0 | 0.30 | 0.16 | 93.75 | 0.44 | 0.71 |
| Hex | B2 | D6 | 96 | 11 | 0 | 1E | 10 | 5E | 2C | 47 |
| Octal | 262 | 326 | 226 | 21 | 0 | 36 | 20 | 136 | 54 | 107 |
| Binary | 10110010 | 11010110 | 10010110 | 10001 | 0 | 11110 | 10000 | 1011110 | 101100 | 1000111 |
Color Harmonies of #B2D696
Complementary color
Monochromatic Colors of #B2D696
Black with #B2D696
Text Example
Text Example
White with #B2D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D696; }
p { color: rgb(178,214,150); }
H1.HeaderClassName
{
color: #B2D696;
}
.AnyTagClassName
{
color: #B2D696;
}
</style>
background-color css
<style>
a { background-color: #B2D696; }
a { background-color: rgb(178,214,150); }
div.DivClassName
{
background-color: #B2D696;
}
.BgClassName
{
background-color: #B2D696;
}
</style>
border-color css
<style>
span { border-color: #B2D696; }
span { border-color: rgb(178,214,150); }
td.TdClassName
{
border-color: #B2D696;
}
.TagClassName
{
border-color: #B2D696;
}
</style>