Shades of Sprout #B2C79E
Tints of Sprout #B2C79E
RGB
CMYK
RGB Variations
Color information
#B2C79E (or 0xB2C79E) is known color: Sprout. HEX triplet: B2, C7 and 9E. RGB value is (178,199,158). Sum of RGB (Red+Green+Blue) = 178+199+158=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C79E is #4D3861. Grayscale: #BCBCBC. Windows color (decimal): -5060706 or 10405810. OLE color: 10405810.
HSL color Cylindrical-coordinate representation of color #B2C79E: hue angle of 90.73º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2C79E is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 158 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.22 |
| HSL | 90.73º | 0.27% | 0.7% | - |
| HSV(B) | 90.73º | 0.21% | 0.78% | - |
| XYZ | 44.96 | 52.78 | 40.17 | - |
| YUV | 188.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 158 | 0.11 | 0 | 0.21 | 0.22 | 90.73 | 0.27 | 0.7 |
| Hex | B2 | C7 | 9E | B | 0 | 15 | 16 | 5B | 1B | 46 |
| Octal | 262 | 307 | 236 | 13 | 0 | 25 | 26 | 133 | 33 | 106 |
| Binary | 10110010 | 11000111 | 10011110 | 1011 | 0 | 10101 | 10110 | 1011011 | 11011 | 1000110 |
Color Harmonies of #B2C79E
Complementary color
Monochromatic Colors of #B2C79E
Black with #B2C79E
Text Example
Text Example
White with #B2C79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C79E; }
p { color: rgb(178,199,158); }
H1.HeaderClassName
{
color: #B2C79E;
}
.AnyTagClassName
{
color: #B2C79E;
}
</style>
background-color css
<style>
a { background-color: #B2C79E; }
a { background-color: rgb(178,199,158); }
div.DivClassName
{
background-color: #B2C79E;
}
.BgClassName
{
background-color: #B2C79E;
}
</style>
border-color css
<style>
span { border-color: #B2C79E; }
span { border-color: rgb(178,199,158); }
td.TdClassName
{
border-color: #B2C79E;
}
.TagClassName
{
border-color: #B2C79E;
}
</style>