Shades of Sprout #B0C892
Tints of Sprout #B0C892
RGB
CMYK
RGB Variations
Color information
#B0C892 (or 0xB0C892) is known color: Sprout. HEX triplet: B0, C8 and 92. RGB value is (176,200,146). Sum of RGB (Red+Green+Blue) = 176+200+146=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C892 is #4F376D. Grayscale: #BABABA. Windows color (decimal): -5191534 or 9619632. OLE color: 9619632.
HSL color Cylindrical-coordinate representation of color #B0C892: hue angle of 86.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C892 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 146 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.22 |
| HSL | 86.67º | 0.33% | 0.68% | - |
| HSV(B) | 86.67º | 0.27% | 0.78% | - |
| XYZ | 43.75 | 52.61 | 35.04 | - |
| YUV | 186.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 146 | 0.12 | 0 | 0.27 | 0.22 | 86.67 | 0.33 | 0.68 |
| Hex | B0 | C8 | 92 | C | 0 | 1B | 16 | 57 | 21 | 44 |
| Octal | 260 | 310 | 222 | 14 | 0 | 33 | 26 | 127 | 41 | 104 |
| Binary | 10110000 | 11001000 | 10010010 | 1100 | 0 | 11011 | 10110 | 1010111 | 100001 | 1000100 |
Color Harmonies of #B0C892
Complementary color
Monochromatic Colors of #B0C892
Black with #B0C892
Text Example
Text Example
White with #B0C892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C892; }
p { color: rgb(176,200,146); }
H1.HeaderClassName
{
color: #B0C892;
}
.AnyTagClassName
{
color: #B0C892;
}
</style>
background-color css
<style>
a { background-color: #B0C892; }
a { background-color: rgb(176,200,146); }
div.DivClassName
{
background-color: #B0C892;
}
.BgClassName
{
background-color: #B0C892;
}
</style>
border-color css
<style>
span { border-color: #B0C892; }
span { border-color: rgb(176,200,146); }
td.TdClassName
{
border-color: #B0C892;
}
.TagClassName
{
border-color: #B0C892;
}
</style>