Shades of Sprout #B2C39E
Tints of Sprout #B2C39E
RGB
CMYK
RGB Variations
Color information
#B2C39E (or 0xB2C39E) is known color: Sprout. HEX triplet: B2, C3 and 9E. RGB value is (178,195,158). Sum of RGB (Red+Green+Blue) = 178+195+158=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C39E is #4D3C61. Grayscale: #B9B9B9. Windows color (decimal): -5061730 or 10404786. OLE color: 10404786.
HSL color Cylindrical-coordinate representation of color #B2C39E: hue angle of 87.57º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2C39E is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 158 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.24 |
| HSL | 87.57º | 0.24% | 0.69% | - |
| HSV(B) | 87.57º | 0.19% | 0.76% | - |
| XYZ | 44.05 | 50.96 | 39.86 | - |
| YUV | 185.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 158 | 0.09 | 0 | 0.19 | 0.24 | 87.57 | 0.24 | 0.69 |
| Hex | B2 | C3 | 9E | 9 | 0 | 13 | 18 | 58 | 18 | 45 |
| Octal | 262 | 303 | 236 | 11 | 0 | 23 | 30 | 130 | 30 | 105 |
| Binary | 10110010 | 11000011 | 10011110 | 1001 | 0 | 10011 | 11000 | 1011000 | 11000 | 1000101 |
Color Harmonies of #B2C39E
Complementary color
Monochromatic Colors of #B2C39E
Black with #B2C39E
Text Example
Text Example
White with #B2C39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C39E; }
p { color: rgb(178,195,158); }
H1.HeaderClassName
{
color: #B2C39E;
}
.AnyTagClassName
{
color: #B2C39E;
}
</style>
background-color css
<style>
a { background-color: #B2C39E; }
a { background-color: rgb(178,195,158); }
div.DivClassName
{
background-color: #B2C39E;
}
.BgClassName
{
background-color: #B2C39E;
}
</style>
border-color css
<style>
span { border-color: #B2C39E; }
span { border-color: rgb(178,195,158); }
td.TdClassName
{
border-color: #B2C39E;
}
.TagClassName
{
border-color: #B2C39E;
}
</style>