Shades of Sprout #B0C692
Tints of Sprout #B0C692
RGB
CMYK
RGB Variations
Color information
#B0C692 (or 0xB0C692) is known color: Sprout. HEX triplet: B0, C6 and 92. RGB value is (176,198,146). Sum of RGB (Red+Green+Blue) = 176+198+146=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C692 is #4F396D. Grayscale: #B9B9B9. Windows color (decimal): -5192046 or 9619120. OLE color: 9619120.
HSL color Cylindrical-coordinate representation of color #B0C692: hue angle of 85.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C692 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 146 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.22 |
| HSL | 85.38º | 0.31% | 0.67% | - |
| HSV(B) | 85.38º | 0.26% | 0.78% | - |
| XYZ | 43.29 | 51.69 | 34.89 | - |
| YUV | 185.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 146 | 0.11 | 0 | 0.26 | 0.22 | 85.38 | 0.31 | 0.67 |
| Hex | B0 | C6 | 92 | B | 0 | 1A | 16 | 55 | 1F | 43 |
| Octal | 260 | 306 | 222 | 13 | 0 | 32 | 26 | 125 | 37 | 103 |
| Binary | 10110000 | 11000110 | 10010010 | 1011 | 0 | 11010 | 10110 | 1010101 | 11111 | 1000011 |
Color Harmonies of #B0C692
Complementary color
Monochromatic Colors of #B0C692
Black with #B0C692
Text Example
Text Example
White with #B0C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C692; }
p { color: rgb(176,198,146); }
H1.HeaderClassName
{
color: #B0C692;
}
.AnyTagClassName
{
color: #B0C692;
}
</style>
background-color css
<style>
a { background-color: #B0C692; }
a { background-color: rgb(176,198,146); }
div.DivClassName
{
background-color: #B0C692;
}
.BgClassName
{
background-color: #B0C692;
}
</style>
border-color css
<style>
span { border-color: #B0C692; }
span { border-color: rgb(176,198,146); }
td.TdClassName
{
border-color: #B0C692;
}
.TagClassName
{
border-color: #B0C692;
}
</style>