Shades of Sprout #B0C094
Tints of Sprout #B0C094
RGB
CMYK
RGB Variations
Color information
#B0C094 (or 0xB0C094) is known color: Sprout. HEX triplet: B0, C0 and 94. RGB value is (176,192,148). Sum of RGB (Red+Green+Blue) = 176+192+148=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C094 is #4F3F6B. Grayscale: #B6B6B6. Windows color (decimal): -5193580 or 9748656. OLE color: 9748656.
HSL color Cylindrical-coordinate representation of color #B0C094: hue angle of 81.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0C094 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 148 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.25 |
| HSL | 81.82º | 0.26% | 0.67% | - |
| HSV(B) | 81.82º | 0.23% | 0.75% | - |
| XYZ | 42.1 | 49.07 | 35.27 | - |
| YUV | 182.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 148 | 0.08 | 0 | 0.23 | 0.25 | 81.82 | 0.26 | 0.67 |
| Hex | B0 | C0 | 94 | 8 | 0 | 17 | 19 | 52 | 1A | 43 |
| Octal | 260 | 300 | 224 | 10 | 0 | 27 | 31 | 122 | 32 | 103 |
| Binary | 10110000 | 11000000 | 10010100 | 1000 | 0 | 10111 | 11001 | 1010010 | 11010 | 1000011 |
Color Harmonies of #B0C094
Complementary color
Monochromatic Colors of #B0C094
Black with #B0C094
Text Example
Text Example
White with #B0C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C094; }
p { color: rgb(176,192,148); }
H1.HeaderClassName
{
color: #B0C094;
}
.AnyTagClassName
{
color: #B0C094;
}
</style>
background-color css
<style>
a { background-color: #B0C094; }
a { background-color: rgb(176,192,148); }
div.DivClassName
{
background-color: #B0C094;
}
.BgClassName
{
background-color: #B0C094;
}
</style>
border-color css
<style>
span { border-color: #B0C094; }
span { border-color: rgb(176,192,148); }
td.TdClassName
{
border-color: #B0C094;
}
.TagClassName
{
border-color: #B0C094;
}
</style>