Shades of Sprout #B0BC9C
Tints of Sprout #B0BC9C
RGB
CMYK
RGB Variations
Color information
#B0BC9C (or 0xB0BC9C) is known color: Sprout. HEX triplet: B0, BC and 9C. RGB value is (176,188,156). Sum of RGB (Red+Green+Blue) = 176+188+156=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC9C is #4F4363. Grayscale: #B4B4B4. Windows color (decimal): -5194596 or 10271920. OLE color: 10271920.
HSL color Cylindrical-coordinate representation of color #B0BC9C: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0BC9C is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 156 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.26 |
| HSL | 82.5º | 0.19% | 0.67% | - |
| HSV(B) | 82.5º | 0.17% | 0.74% | - |
| XYZ | 41.89 | 47.6 | 38.43 | - |
| YUV | 180.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 156 | 0.06 | 0 | 0.17 | 0.26 | 82.5 | 0.19 | 0.67 |
| Hex | B0 | BC | 9C | 6 | 0 | 11 | 1A | 52 | 13 | 43 |
| Octal | 260 | 274 | 234 | 6 | 0 | 21 | 32 | 122 | 23 | 103 |
| Binary | 10110000 | 10111100 | 10011100 | 110 | 0 | 10001 | 11010 | 1010010 | 10011 | 1000011 |
Color Harmonies of #B0BC9C
Complementary color
Monochromatic Colors of #B0BC9C
Black with #B0BC9C
Text Example
Text Example
White with #B0BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC9C; }
p { color: rgb(176,188,156); }
H1.HeaderClassName
{
color: #B0BC9C;
}
.AnyTagClassName
{
color: #B0BC9C;
}
</style>
background-color css
<style>
a { background-color: #B0BC9C; }
a { background-color: rgb(176,188,156); }
div.DivClassName
{
background-color: #B0BC9C;
}
.BgClassName
{
background-color: #B0BC9C;
}
</style>
border-color css
<style>
span { border-color: #B0BC9C; }
span { border-color: rgb(176,188,156); }
td.TdClassName
{
border-color: #B0BC9C;
}
.TagClassName
{
border-color: #B0BC9C;
}
</style>