Shades of Sprout #B2D498
Tints of Sprout #B2D498
RGB
CMYK
RGB Variations
Color information
#B2D498 (or 0xB2D498) is known color: Sprout. HEX triplet: B2, D4 and 98. RGB value is (178,212,152). Sum of RGB (Red+Green+Blue) = 178+212+152=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D498 is #4D2B67. Grayscale: #C3C3C3. Windows color (decimal): -5057384 or 10015922. OLE color: 10015922.
HSL color Cylindrical-coordinate representation of color #B2D498: hue angle of 94º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2D498 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 152 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.17 |
| HSL | 94º | 0.41% | 0.71% | - |
| HSV(B) | 94º | 0.28% | 0.83% | - |
| XYZ | 47.57 | 58.82 | 38.55 | - |
| YUV | 194.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 152 | 0.16 | 0 | 0.28 | 0.17 | 94 | 0.41 | 0.71 |
| Hex | B2 | D4 | 98 | 10 | 0 | 1C | 11 | 5E | 29 | 47 |
| Octal | 262 | 324 | 230 | 20 | 0 | 34 | 21 | 136 | 51 | 107 |
| Binary | 10110010 | 11010100 | 10011000 | 10000 | 0 | 11100 | 10001 | 1011110 | 101001 | 1000111 |
Color Harmonies of #B2D498
Complementary color
Monochromatic Colors of #B2D498
Black with #B2D498
Text Example
Text Example
White with #B2D498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D498; }
p { color: rgb(178,212,152); }
H1.HeaderClassName
{
color: #B2D498;
}
.AnyTagClassName
{
color: #B2D498;
}
</style>
background-color css
<style>
a { background-color: #B2D498; }
a { background-color: rgb(178,212,152); }
div.DivClassName
{
background-color: #B2D498;
}
.BgClassName
{
background-color: #B2D498;
}
</style>
border-color css
<style>
span { border-color: #B2D498; }
span { border-color: rgb(178,212,152); }
td.TdClassName
{
border-color: #B2D498;
}
.TagClassName
{
border-color: #B2D498;
}
</style>