Shades of Sprout #B1C794
Tints of Sprout #B1C794
RGB
CMYK
RGB Variations
Color information
#B1C794 (or 0xB1C794) is known color: Sprout. HEX triplet: B1, C7 and 94. RGB value is (177,199,148). Sum of RGB (Red+Green+Blue) = 177+199+148=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C794 is #4E386B. Grayscale: #BABABA. Windows color (decimal): -5126252 or 9750449. OLE color: 9750449.
HSL color Cylindrical-coordinate representation of color #B1C794: hue angle of 85.88º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C794 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 199 | 148 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.22 |
| HSL | 85.88º | 0.31% | 0.68% | - |
| HSV(B) | 85.88º | 0.26% | 0.78% | - |
| XYZ | 43.9 | 52.33 | 35.8 | - |
| YUV | 186.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 148 | 0.11 | 0 | 0.26 | 0.22 | 85.88 | 0.31 | 0.68 |
| Hex | B1 | C7 | 94 | B | 0 | 1A | 16 | 56 | 1F | 44 |
| Octal | 261 | 307 | 224 | 13 | 0 | 32 | 26 | 126 | 37 | 104 |
| Binary | 10110001 | 11000111 | 10010100 | 1011 | 0 | 11010 | 10110 | 1010110 | 11111 | 1000100 |
Color Harmonies of #B1C794
Complementary color
Monochromatic Colors of #B1C794
Black with #B1C794
Text Example
Text Example
White with #B1C794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C794; }
p { color: rgb(177,199,148); }
H1.HeaderClassName
{
color: #B1C794;
}
.AnyTagClassName
{
color: #B1C794;
}
</style>
background-color css
<style>
a { background-color: #B1C794; }
a { background-color: rgb(177,199,148); }
div.DivClassName
{
background-color: #B1C794;
}
.BgClassName
{
background-color: #B1C794;
}
</style>
border-color css
<style>
span { border-color: #B1C794; }
span { border-color: rgb(177,199,148); }
td.TdClassName
{
border-color: #B1C794;
}
.TagClassName
{
border-color: #B1C794;
}
</style>