Shades of Sprout #B2D199
Tints of Sprout #B2D199
RGB
CMYK
RGB Variations
Color information
#B2D199 (or 0xB2D199) is known color: Sprout. HEX triplet: B2, D1 and 99. RGB value is (178,209,153). Sum of RGB (Red+Green+Blue) = 178+209+153=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D199 is #4D2E66. Grayscale: #C1C1C1. Windows color (decimal): -5058151 or 10080690. OLE color: 10080690.
HSL color Cylindrical-coordinate representation of color #B2D199: hue angle of 93.21º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2D199 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 153 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.18 |
| HSL | 93.21º | 0.38% | 0.71% | - |
| HSV(B) | 93.21º | 0.27% | 0.82% | - |
| XYZ | 46.91 | 57.37 | 38.74 | - |
| YUV | 193.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 153 | 0.15 | 0 | 0.27 | 0.18 | 93.21 | 0.38 | 0.71 |
| Hex | B2 | D1 | 99 | F | 0 | 1B | 12 | 5D | 26 | 47 |
| Octal | 262 | 321 | 231 | 17 | 0 | 33 | 22 | 135 | 46 | 107 |
| Binary | 10110010 | 11010001 | 10011001 | 1111 | 0 | 11011 | 10010 | 1011101 | 100110 | 1000111 |
Color Harmonies of #B2D199
Complementary color
Monochromatic Colors of #B2D199
Black with #B2D199
Text Example
Text Example
White with #B2D199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D199; }
p { color: rgb(178,209,153); }
H1.HeaderClassName
{
color: #B2D199;
}
.AnyTagClassName
{
color: #B2D199;
}
</style>
background-color css
<style>
a { background-color: #B2D199; }
a { background-color: rgb(178,209,153); }
div.DivClassName
{
background-color: #B2D199;
}
.BgClassName
{
background-color: #B2D199;
}
</style>
border-color css
<style>
span { border-color: #B2D199; }
span { border-color: rgb(178,209,153); }
td.TdClassName
{
border-color: #B2D199;
}
.TagClassName
{
border-color: #B2D199;
}
</style>