Shades of Sprout #B0C595
Tints of Sprout #B0C595
RGB
CMYK
RGB Variations
Color information
#B0C595 (or 0xB0C595) is known color: Sprout. HEX triplet: B0, C5 and 95. RGB value is (176,197,149). Sum of RGB (Red+Green+Blue) = 176+197+149=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C595 is #4F3A6A. Grayscale: #B9B9B9. Windows color (decimal): -5192299 or 9815472. OLE color: 9815472.
HSL color Cylindrical-coordinate representation of color #B0C595: hue angle of 86.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0C595 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 149 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.23 |
| HSL | 86.25º | 0.29% | 0.68% | - |
| HSV(B) | 86.25º | 0.24% | 0.77% | - |
| XYZ | 43.3 | 51.33 | 36.06 | - |
| YUV | 185.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 149 | 0.11 | 0 | 0.24 | 0.23 | 86.25 | 0.29 | 0.68 |
| Hex | B0 | C5 | 95 | B | 0 | 18 | 17 | 56 | 1D | 44 |
| Octal | 260 | 305 | 225 | 13 | 0 | 30 | 27 | 126 | 35 | 104 |
| Binary | 10110000 | 11000101 | 10010101 | 1011 | 0 | 11000 | 10111 | 1010110 | 11101 | 1000100 |
Color Harmonies of #B0C595
Complementary color
Monochromatic Colors of #B0C595
Black with #B0C595
Text Example
Text Example
White with #B0C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C595; }
p { color: rgb(176,197,149); }
H1.HeaderClassName
{
color: #B0C595;
}
.AnyTagClassName
{
color: #B0C595;
}
</style>
background-color css
<style>
a { background-color: #B0C595; }
a { background-color: rgb(176,197,149); }
div.DivClassName
{
background-color: #B0C595;
}
.BgClassName
{
background-color: #B0C595;
}
</style>
border-color css
<style>
span { border-color: #B0C595; }
span { border-color: rgb(176,197,149); }
td.TdClassName
{
border-color: #B0C595;
}
.TagClassName
{
border-color: #B0C595;
}
</style>