Shades of Sprout #B2D18D
Tints of Sprout #B2D18D
RGB
CMYK
RGB Variations
Color information
#B2D18D (or 0xB2D18D) is known color: Sprout. HEX triplet: B2, D1 and 8D. RGB value is (178,209,141). Sum of RGB (Red+Green+Blue) = 178+209+141=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D18D is #4D2E72. Grayscale: #C0C0C0. Windows color (decimal): -5058163 or 9294258. OLE color: 9294258.
HSL color Cylindrical-coordinate representation of color #B2D18D: hue angle of 87.35º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2D18D is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 141 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.18 |
| HSL | 87.35º | 0.43% | 0.69% | - |
| HSV(B) | 87.35º | 0.33% | 0.82% | - |
| XYZ | 45.97 | 56.99 | 33.78 | - |
| YUV | 191.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 141 | 0.15 | 0 | 0.33 | 0.18 | 87.35 | 0.43 | 0.69 |
| Hex | B2 | D1 | 8D | F | 0 | 21 | 12 | 57 | 2A | 45 |
| Octal | 262 | 321 | 215 | 17 | 0 | 41 | 22 | 127 | 52 | 105 |
| Binary | 10110010 | 11010001 | 10001101 | 1111 | 0 | 100001 | 10010 | 1010111 | 101010 | 1000101 |
Color Harmonies of #B2D18D
Complementary color
Monochromatic Colors of #B2D18D
Black with #B2D18D
Text Example
Text Example
White with #B2D18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D18D; }
p { color: rgb(178,209,141); }
H1.HeaderClassName
{
color: #B2D18D;
}
.AnyTagClassName
{
color: #B2D18D;
}
</style>
background-color css
<style>
a { background-color: #B2D18D; }
a { background-color: rgb(178,209,141); }
div.DivClassName
{
background-color: #B2D18D;
}
.BgClassName
{
background-color: #B2D18D;
}
</style>
border-color css
<style>
span { border-color: #B2D18D; }
span { border-color: rgb(178,209,141); }
td.TdClassName
{
border-color: #B2D18D;
}
.TagClassName
{
border-color: #B2D18D;
}
</style>