Shades of Sprout #B0C197
Tints of Sprout #B0C197
RGB
CMYK
RGB Variations
Color information
#B0C197 (or 0xB0C197) is known color: Sprout. HEX triplet: B0, C1 and 97. RGB value is (176,193,151). Sum of RGB (Red+Green+Blue) = 176+193+151=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C197 is #4F3E68. Grayscale: #B7B7B7. Windows color (decimal): -5193321 or 9945520. OLE color: 9945520.
HSL color Cylindrical-coordinate representation of color #B0C197: hue angle of 84.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0C197 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 151 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.24 |
| HSL | 84.29º | 0.25% | 0.67% | - |
| HSV(B) | 84.29º | 0.22% | 0.76% | - |
| XYZ | 42.56 | 49.6 | 36.61 | - |
| YUV | 183.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 151 | 0.09 | 0 | 0.22 | 0.24 | 84.29 | 0.25 | 0.67 |
| Hex | B0 | C1 | 97 | 9 | 0 | 16 | 18 | 54 | 19 | 43 |
| Octal | 260 | 301 | 227 | 11 | 0 | 26 | 30 | 124 | 31 | 103 |
| Binary | 10110000 | 11000001 | 10010111 | 1001 | 0 | 10110 | 11000 | 1010100 | 11001 | 1000011 |
Color Harmonies of #B0C197
Complementary color
Monochromatic Colors of #B0C197
Black with #B0C197
Text Example
Text Example
White with #B0C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C197; }
p { color: rgb(176,193,151); }
H1.HeaderClassName
{
color: #B0C197;
}
.AnyTagClassName
{
color: #B0C197;
}
</style>
background-color css
<style>
a { background-color: #B0C197; }
a { background-color: rgb(176,193,151); }
div.DivClassName
{
background-color: #B0C197;
}
.BgClassName
{
background-color: #B0C197;
}
</style>
border-color css
<style>
span { border-color: #B0C197; }
span { border-color: rgb(176,193,151); }
td.TdClassName
{
border-color: #B0C197;
}
.TagClassName
{
border-color: #B0C197;
}
</style>