Shades of Sprout #B2D697
Tints of Sprout #B2D697
RGB
CMYK
RGB Variations
Color information
#B2D697 (or 0xB2D697) is known color: Sprout. HEX triplet: B2, D6 and 97. RGB value is (178,214,151). Sum of RGB (Red+Green+Blue) = 178+214+151=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D697 is #4D2968. Grayscale: #C4C4C4. Windows color (decimal): -5056873 or 9950898. OLE color: 9950898.
HSL color Cylindrical-coordinate representation of color #B2D697: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2D697 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 151 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.16 |
| HSL | 94.29º | 0.43% | 0.72% | - |
| HSV(B) | 94.29º | 0.29% | 0.84% | - |
| XYZ | 47.99 | 59.79 | 38.29 | - |
| YUV | 196.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 151 | 0.17 | 0 | 0.29 | 0.16 | 94.29 | 0.43 | 0.72 |
| Hex | B2 | D6 | 97 | 11 | 0 | 1D | 10 | 5E | 2B | 48 |
| Octal | 262 | 326 | 227 | 21 | 0 | 35 | 20 | 136 | 53 | 110 |
| Binary | 10110010 | 11010110 | 10010111 | 10001 | 0 | 11101 | 10000 | 1011110 | 101011 | 1001000 |
Color Harmonies of #B2D697
Complementary color
Monochromatic Colors of #B2D697
Black with #B2D697
Text Example
Text Example
White with #B2D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D697; }
p { color: rgb(178,214,151); }
H1.HeaderClassName
{
color: #B2D697;
}
.AnyTagClassName
{
color: #B2D697;
}
</style>
background-color css
<style>
a { background-color: #B2D697; }
a { background-color: rgb(178,214,151); }
div.DivClassName
{
background-color: #B2D697;
}
.BgClassName
{
background-color: #B2D697;
}
</style>
border-color css
<style>
span { border-color: #B2D697; }
span { border-color: rgb(178,214,151); }
td.TdClassName
{
border-color: #B2D697;
}
.TagClassName
{
border-color: #B2D697;
}
</style>