Shades of Sprout #B0C592
Tints of Sprout #B0C592
RGB
CMYK
RGB Variations
Color information
#B0C592 (or 0xB0C592) is known color: Sprout. HEX triplet: B0, C5 and 92. RGB value is (176,197,146). Sum of RGB (Red+Green+Blue) = 176+197+146=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C592 is #4F3A6D. Grayscale: #B9B9B9. Windows color (decimal): -5192302 or 9618864. OLE color: 9618864.
HSL color Cylindrical-coordinate representation of color #B0C592: hue angle of 84.71º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C592 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 146 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.23 |
| HSL | 84.71º | 0.31% | 0.67% | - |
| HSV(B) | 84.71º | 0.26% | 0.77% | - |
| XYZ | 43.06 | 51.24 | 34.81 | - |
| YUV | 184.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 146 | 0.11 | 0 | 0.26 | 0.23 | 84.71 | 0.31 | 0.67 |
| Hex | B0 | C5 | 92 | B | 0 | 1A | 17 | 55 | 1F | 43 |
| Octal | 260 | 305 | 222 | 13 | 0 | 32 | 27 | 125 | 37 | 103 |
| Binary | 10110000 | 11000101 | 10010010 | 1011 | 0 | 11010 | 10111 | 1010101 | 11111 | 1000011 |
Color Harmonies of #B0C592
Complementary color
Monochromatic Colors of #B0C592
Black with #B0C592
Text Example
Text Example
White with #B0C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C592; }
p { color: rgb(176,197,146); }
H1.HeaderClassName
{
color: #B0C592;
}
.AnyTagClassName
{
color: #B0C592;
}
</style>
background-color css
<style>
a { background-color: #B0C592; }
a { background-color: rgb(176,197,146); }
div.DivClassName
{
background-color: #B0C592;
}
.BgClassName
{
background-color: #B0C592;
}
</style>
border-color css
<style>
span { border-color: #B0C592; }
span { border-color: rgb(176,197,146); }
td.TdClassName
{
border-color: #B0C592;
}
.TagClassName
{
border-color: #B0C592;
}
</style>