Shades of Sprout #B2D599
Tints of Sprout #B2D599
RGB
CMYK
RGB Variations
Color information
#B2D599 (or 0xB2D599) is known color: Sprout. HEX triplet: B2, D5 and 99. RGB value is (178,213,153). Sum of RGB (Red+Green+Blue) = 178+213+153=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D599 is #4D2A66. Grayscale: #C3C3C3. Windows color (decimal): -5057127 or 10081714. OLE color: 10081714.
HSL color Cylindrical-coordinate representation of color #B2D599: hue angle of 95º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2D599 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 153 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.16 |
| HSL | 95º | 0.42% | 0.72% | - |
| HSV(B) | 95º | 0.28% | 0.84% | - |
| XYZ | 47.9 | 59.35 | 39.07 | - |
| YUV | 195.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 153 | 0.16 | 0 | 0.28 | 0.16 | 95 | 0.42 | 0.72 |
| Hex | B2 | D5 | 99 | 10 | 0 | 1C | 10 | 5F | 2A | 48 |
| Octal | 262 | 325 | 231 | 20 | 0 | 34 | 20 | 137 | 52 | 110 |
| Binary | 10110010 | 11010101 | 10011001 | 10000 | 0 | 11100 | 10000 | 1011111 | 101010 | 1001000 |
Color Harmonies of #B2D599
Complementary color
Monochromatic Colors of #B2D599
Black with #B2D599
Text Example
Text Example
White with #B2D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D599; }
p { color: rgb(178,213,153); }
H1.HeaderClassName
{
color: #B2D599;
}
.AnyTagClassName
{
color: #B2D599;
}
</style>
background-color css
<style>
a { background-color: #B2D599; }
a { background-color: rgb(178,213,153); }
div.DivClassName
{
background-color: #B2D599;
}
.BgClassName
{
background-color: #B2D599;
}
</style>
border-color css
<style>
span { border-color: #B2D599; }
span { border-color: rgb(178,213,153); }
td.TdClassName
{
border-color: #B2D599;
}
.TagClassName
{
border-color: #B2D599;
}
</style>