Shades of Sprout #B2D390
Tints of Sprout #B2D390
RGB
CMYK
RGB Variations
Color information
#B2D390 (or 0xB2D390) is known color: Sprout. HEX triplet: B2, D3 and 90. RGB value is (178,211,144). Sum of RGB (Red+Green+Blue) = 178+211+144=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D390 is #4D2C6F. Grayscale: #C1C1C1. Windows color (decimal): -5057648 or 9491378. OLE color: 9491378.
HSL color Cylindrical-coordinate representation of color #B2D390: hue angle of 89.55º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2D390 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 144 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.17 |
| HSL | 89.55º | 0.43% | 0.7% | - |
| HSV(B) | 89.55º | 0.32% | 0.83% | - |
| XYZ | 46.69 | 58.07 | 35.13 | - |
| YUV | 193.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 144 | 0.16 | 0 | 0.32 | 0.17 | 89.55 | 0.43 | 0.7 |
| Hex | B2 | D3 | 90 | 10 | 0 | 20 | 11 | 5A | 2B | 46 |
| Octal | 262 | 323 | 220 | 20 | 0 | 40 | 21 | 132 | 53 | 106 |
| Binary | 10110010 | 11010011 | 10010000 | 10000 | 0 | 100000 | 10001 | 1011010 | 101011 | 1000110 |
Color Harmonies of #B2D390
Complementary color
Monochromatic Colors of #B2D390
Black with #B2D390
Text Example
Text Example
White with #B2D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D390; }
p { color: rgb(178,211,144); }
H1.HeaderClassName
{
color: #B2D390;
}
.AnyTagClassName
{
color: #B2D390;
}
</style>
background-color css
<style>
a { background-color: #B2D390; }
a { background-color: rgb(178,211,144); }
div.DivClassName
{
background-color: #B2D390;
}
.BgClassName
{
background-color: #B2D390;
}
</style>
border-color css
<style>
span { border-color: #B2D390; }
span { border-color: rgb(178,211,144); }
td.TdClassName
{
border-color: #B2D390;
}
.TagClassName
{
border-color: #B2D390;
}
</style>