Shades of Sprout #B2D38E
Tints of Sprout #B2D38E
RGB
CMYK
RGB Variations
Color information
#B2D38E (or 0xB2D38E) is known color: Sprout. HEX triplet: B2, D3 and 8E. RGB value is (178,211,142). Sum of RGB (Red+Green+Blue) = 178+211+142=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D38E is #4D2C71. Grayscale: #C1C1C1. Windows color (decimal): -5057650 or 9360306. OLE color: 9360306.
HSL color Cylindrical-coordinate representation of color #B2D38E: hue angle of 88.7º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2D38E is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 142 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.17 |
| HSL | 88.7º | 0.44% | 0.69% | - |
| HSV(B) | 88.7º | 0.33% | 0.83% | - |
| XYZ | 46.54 | 58.01 | 34.33 | - |
| YUV | 193.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 142 | 0.16 | 0 | 0.33 | 0.17 | 88.7 | 0.44 | 0.69 |
| Hex | B2 | D3 | 8E | 10 | 0 | 21 | 11 | 59 | 2C | 45 |
| Octal | 262 | 323 | 216 | 20 | 0 | 41 | 21 | 131 | 54 | 105 |
| Binary | 10110010 | 11010011 | 10001110 | 10000 | 0 | 100001 | 10001 | 1011001 | 101100 | 1000101 |
Color Harmonies of #B2D38E
Complementary color
Monochromatic Colors of #B2D38E
Black with #B2D38E
Text Example
Text Example
White with #B2D38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D38E; }
p { color: rgb(178,211,142); }
H1.HeaderClassName
{
color: #B2D38E;
}
.AnyTagClassName
{
color: #B2D38E;
}
</style>
background-color css
<style>
a { background-color: #B2D38E; }
a { background-color: rgb(178,211,142); }
div.DivClassName
{
background-color: #B2D38E;
}
.BgClassName
{
background-color: #B2D38E;
}
</style>
border-color css
<style>
span { border-color: #B2D38E; }
span { border-color: rgb(178,211,142); }
td.TdClassName
{
border-color: #B2D38E;
}
.TagClassName
{
border-color: #B2D38E;
}
</style>