Shades of Sprout #B0C590
Tints of Sprout #B0C590
RGB
CMYK
RGB Variations
Color information
#B0C590 (or 0xB0C590) is known color: Sprout. HEX triplet: B0, C5 and 90. RGB value is (176,197,144). Sum of RGB (Red+Green+Blue) = 176+197+144=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C590 is #4F3A6F. Grayscale: #B8B8B8. Windows color (decimal): -5192304 or 9487792. OLE color: 9487792.
HSL color Cylindrical-coordinate representation of color #B0C590: hue angle of 83.77º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C590 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 144 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.23 |
| HSL | 83.77º | 0.31% | 0.67% | - |
| HSV(B) | 83.77º | 0.27% | 0.77% | - |
| XYZ | 42.9 | 51.18 | 34 | - |
| YUV | 184.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 144 | 0.11 | 0 | 0.27 | 0.23 | 83.77 | 0.31 | 0.67 |
| Hex | B0 | C5 | 90 | B | 0 | 1B | 17 | 54 | 1F | 43 |
| Octal | 260 | 305 | 220 | 13 | 0 | 33 | 27 | 124 | 37 | 103 |
| Binary | 10110000 | 11000101 | 10010000 | 1011 | 0 | 11011 | 10111 | 1010100 | 11111 | 1000011 |
Color Harmonies of #B0C590
Complementary color
Monochromatic Colors of #B0C590
Black with #B0C590
Text Example
Text Example
White with #B0C590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C590; }
p { color: rgb(176,197,144); }
H1.HeaderClassName
{
color: #B0C590;
}
.AnyTagClassName
{
color: #B0C590;
}
</style>
background-color css
<style>
a { background-color: #B0C590; }
a { background-color: rgb(176,197,144); }
div.DivClassName
{
background-color: #B0C590;
}
.BgClassName
{
background-color: #B0C590;
}
</style>
border-color css
<style>
span { border-color: #B0C590; }
span { border-color: rgb(176,197,144); }
td.TdClassName
{
border-color: #B0C590;
}
.TagClassName
{
border-color: #B0C590;
}
</style>