Shades of Sprout #B5C197
Tints of Sprout #B5C197
RGB
CMYK
RGB Variations
Color information
#B5C197 (or 0xB5C197) is known color: Sprout. HEX triplet: B5, C1 and 97. RGB value is (181,193,151). Sum of RGB (Red+Green+Blue) = 181+193+151=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C197 is #4A3E68. Grayscale: #B8B8B8. Windows color (decimal): -4865641 or 9945525. OLE color: 9945525.
HSL color Cylindrical-coordinate representation of color #B5C197: hue angle of 77.14º 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 #B5C197 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 151 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.24 |
| HSL | 77.14º | 0.25% | 0.67% | - |
| HSV(B) | 77.14º | 0.22% | 0.76% | - |
| XYZ | 43.71 | 50.2 | 36.66 | - |
| YUV | 184.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 151 | 0.06 | 0 | 0.22 | 0.24 | 77.14 | 0.25 | 0.67 |
| Hex | B5 | C1 | 97 | 6 | 0 | 16 | 18 | 4D | 19 | 43 |
| Octal | 265 | 301 | 227 | 6 | 0 | 26 | 30 | 115 | 31 | 103 |
| Binary | 10110101 | 11000001 | 10010111 | 110 | 0 | 10110 | 11000 | 1001101 | 11001 | 1000011 |
Color Harmonies of #B5C197
Complementary color
Monochromatic Colors of #B5C197
Black with #B5C197
Text Example
Text Example
White with #B5C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C197; }
p { color: rgb(181,193,151); }
H1.HeaderClassName
{
color: #B5C197;
}
.AnyTagClassName
{
color: #B5C197;
}
</style>
background-color css
<style>
a { background-color: #B5C197; }
a { background-color: rgb(181,193,151); }
div.DivClassName
{
background-color: #B5C197;
}
.BgClassName
{
background-color: #B5C197;
}
</style>
border-color css
<style>
span { border-color: #B5C197; }
span { border-color: rgb(181,193,151); }
td.TdClassName
{
border-color: #B5C197;
}
.TagClassName
{
border-color: #B5C197;
}
</style>