Shades of Sprout #B2D28E
Tints of Sprout #B2D28E
RGB
CMYK
RGB Variations
Color information
#B2D28E (or 0xB2D28E) is known color: Sprout. HEX triplet: B2, D2 and 8E. RGB value is (178,210,142). Sum of RGB (Red+Green+Blue) = 178+210+142=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D28E is #4D2D71. Grayscale: #C0C0C0. Windows color (decimal): -5057906 or 9360050. OLE color: 9360050.
HSL color Cylindrical-coordinate representation of color #B2D28E: hue angle of 88.24º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2D28E is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 142 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.18 |
| HSL | 88.24º | 0.43% | 0.69% | - |
| HSV(B) | 88.24º | 0.32% | 0.82% | - |
| XYZ | 46.29 | 57.51 | 34.25 | - |
| YUV | 192.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 142 | 0.15 | 0 | 0.32 | 0.18 | 88.24 | 0.43 | 0.69 |
| Hex | B2 | D2 | 8E | F | 0 | 20 | 12 | 58 | 2B | 45 |
| Octal | 262 | 322 | 216 | 17 | 0 | 40 | 22 | 130 | 53 | 105 |
| Binary | 10110010 | 11010010 | 10001110 | 1111 | 0 | 100000 | 10010 | 1011000 | 101011 | 1000101 |
Color Harmonies of #B2D28E
Complementary color
Monochromatic Colors of #B2D28E
Black with #B2D28E
Text Example
Text Example
White with #B2D28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D28E; }
p { color: rgb(178,210,142); }
H1.HeaderClassName
{
color: #B2D28E;
}
.AnyTagClassName
{
color: #B2D28E;
}
</style>
background-color css
<style>
a { background-color: #B2D28E; }
a { background-color: rgb(178,210,142); }
div.DivClassName
{
background-color: #B2D28E;
}
.BgClassName
{
background-color: #B2D28E;
}
</style>
border-color css
<style>
span { border-color: #B2D28E; }
span { border-color: rgb(178,210,142); }
td.TdClassName
{
border-color: #B2D28E;
}
.TagClassName
{
border-color: #B2D28E;
}
</style>