Shades of Sprout #B2BC9E
Tints of Sprout #B2BC9E
RGB
CMYK
RGB Variations
Color information
#B2BC9E (or 0xB2BC9E) is known color: Sprout. HEX triplet: B2, BC and 9E. RGB value is (178,188,158). Sum of RGB (Red+Green+Blue) = 178+188+158=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC9E is #4D4361. Grayscale: #B5B5B5. Windows color (decimal): -5063522 or 10402994. OLE color: 10402994.
HSL color Cylindrical-coordinate representation of color #B2BC9E: hue angle of 80º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2BC9E is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 158 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.26 |
| HSL | 80º | 0.18% | 0.68% | - |
| HSV(B) | 80º | 0.16% | 0.74% | - |
| XYZ | 42.51 | 47.9 | 39.35 | - |
| YUV | 181.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 158 | 0.05 | 0 | 0.16 | 0.26 | 80 | 0.18 | 0.68 |
| Hex | B2 | BC | 9E | 5 | 0 | 10 | 1A | 50 | 12 | 44 |
| Octal | 262 | 274 | 236 | 5 | 0 | 20 | 32 | 120 | 22 | 104 |
| Binary | 10110010 | 10111100 | 10011110 | 101 | 0 | 10000 | 11010 | 1010000 | 10010 | 1000100 |
Color Harmonies of #B2BC9E
Complementary color
Monochromatic Colors of #B2BC9E
Black with #B2BC9E
Text Example
Text Example
White with #B2BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC9E; }
p { color: rgb(178,188,158); }
H1.HeaderClassName
{
color: #B2BC9E;
}
.AnyTagClassName
{
color: #B2BC9E;
}
</style>
background-color css
<style>
a { background-color: #B2BC9E; }
a { background-color: rgb(178,188,158); }
div.DivClassName
{
background-color: #B2BC9E;
}
.BgClassName
{
background-color: #B2BC9E;
}
</style>
border-color css
<style>
span { border-color: #B2BC9E; }
span { border-color: rgb(178,188,158); }
td.TdClassName
{
border-color: #B2BC9E;
}
.TagClassName
{
border-color: #B2BC9E;
}
</style>