Shades of Sprout #B0C096
Tints of Sprout #B0C096
RGB
CMYK
RGB Variations
Color information
#B0C096 (or 0xB0C096) is known color: Sprout. HEX triplet: B0, C0 and 96. RGB value is (176,192,150). Sum of RGB (Red+Green+Blue) = 176+192+150=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C096 is #4F3F69. Grayscale: #B6B6B6. Windows color (decimal): -5193578 or 9879728. OLE color: 9879728.
HSL color Cylindrical-coordinate representation of color #B0C096: hue angle of 82.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0C096 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 150 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.25 |
| HSL | 82.86º | 0.25% | 0.67% | - |
| HSV(B) | 82.86º | 0.22% | 0.75% | - |
| XYZ | 42.26 | 49.13 | 36.11 | - |
| YUV | 182.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 150 | 0.08 | 0 | 0.22 | 0.25 | 82.86 | 0.25 | 0.67 |
| Hex | B0 | C0 | 96 | 8 | 0 | 16 | 19 | 53 | 19 | 43 |
| Octal | 260 | 300 | 226 | 10 | 0 | 26 | 31 | 123 | 31 | 103 |
| Binary | 10110000 | 11000000 | 10010110 | 1000 | 0 | 10110 | 11001 | 1010011 | 11001 | 1000011 |
Color Harmonies of #B0C096
Complementary color
Monochromatic Colors of #B0C096
Black with #B0C096
Text Example
Text Example
White with #B0C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C096; }
p { color: rgb(176,192,150); }
H1.HeaderClassName
{
color: #B0C096;
}
.AnyTagClassName
{
color: #B0C096;
}
</style>
background-color css
<style>
a { background-color: #B0C096; }
a { background-color: rgb(176,192,150); }
div.DivClassName
{
background-color: #B0C096;
}
.BgClassName
{
background-color: #B0C096;
}
</style>
border-color css
<style>
span { border-color: #B0C096; }
span { border-color: rgb(176,192,150); }
td.TdClassName
{
border-color: #B0C096;
}
.TagClassName
{
border-color: #B0C096;
}
</style>