Shades of Sprout #B2D195
Tints of Sprout #B2D195
RGB
CMYK
RGB Variations
Color information
#B2D195 (or 0xB2D195) is known color: Sprout. HEX triplet: B2, D1 and 95. RGB value is (178,209,149). Sum of RGB (Red+Green+Blue) = 178+209+149=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D195 is #4D2E6A. Grayscale: #C1C1C1. Windows color (decimal): -5058155 or 9818546. OLE color: 9818546.
HSL color Cylindrical-coordinate representation of color #B2D195: hue angle of 91º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2D195 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 149 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.18 |
| HSL | 91º | 0.39% | 0.7% | - |
| HSV(B) | 91º | 0.29% | 0.82% | - |
| XYZ | 46.59 | 57.24 | 37.03 | - |
| YUV | 192.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 149 | 0.15 | 0 | 0.29 | 0.18 | 91 | 0.39 | 0.7 |
| Hex | B2 | D1 | 95 | F | 0 | 1D | 12 | 5B | 27 | 46 |
| Octal | 262 | 321 | 225 | 17 | 0 | 35 | 22 | 133 | 47 | 106 |
| Binary | 10110010 | 11010001 | 10010101 | 1111 | 0 | 11101 | 10010 | 1011011 | 100111 | 1000110 |
Color Harmonies of #B2D195
Complementary color
Monochromatic Colors of #B2D195
Black with #B2D195
Text Example
Text Example
White with #B2D195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D195; }
p { color: rgb(178,209,149); }
H1.HeaderClassName
{
color: #B2D195;
}
.AnyTagClassName
{
color: #B2D195;
}
</style>
background-color css
<style>
a { background-color: #B2D195; }
a { background-color: rgb(178,209,149); }
div.DivClassName
{
background-color: #B2D195;
}
.BgClassName
{
background-color: #B2D195;
}
</style>
border-color css
<style>
span { border-color: #B2D195; }
span { border-color: rgb(178,209,149); }
td.TdClassName
{
border-color: #B2D195;
}
.TagClassName
{
border-color: #B2D195;
}
</style>