Shades of Sprout #B1C498
Tints of Sprout #B1C498
RGB
CMYK
RGB Variations
Color information
#B1C498 (or 0xB1C498) is known color: Sprout. HEX triplet: B1, C4 and 98. RGB value is (177,196,152). Sum of RGB (Red+Green+Blue) = 177+196+152=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C498 is #4E3B67. Grayscale: #B9B9B9. Windows color (decimal): -5127016 or 10011825. OLE color: 10011825.
HSL color Cylindrical-coordinate representation of color #B1C498: hue angle of 85.91º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1C498 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 152 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.23 |
| HSL | 85.91º | 0.27% | 0.68% | - |
| HSV(B) | 85.91º | 0.22% | 0.77% | - |
| XYZ | 43.54 | 51.09 | 37.27 | - |
| YUV | 185.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 152 | 0.10 | 0 | 0.22 | 0.23 | 85.91 | 0.27 | 0.68 |
| Hex | B1 | C4 | 98 | A | 0 | 16 | 17 | 56 | 1B | 44 |
| Octal | 261 | 304 | 230 | 12 | 0 | 26 | 27 | 126 | 33 | 104 |
| Binary | 10110001 | 11000100 | 10011000 | 1010 | 0 | 10110 | 10111 | 1010110 | 11011 | 1000100 |
Color Harmonies of #B1C498
Complementary color
Monochromatic Colors of #B1C498
Black with #B1C498
Text Example
Text Example
White with #B1C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C498; }
p { color: rgb(177,196,152); }
H1.HeaderClassName
{
color: #B1C498;
}
.AnyTagClassName
{
color: #B1C498;
}
</style>
background-color css
<style>
a { background-color: #B1C498; }
a { background-color: rgb(177,196,152); }
div.DivClassName
{
background-color: #B1C498;
}
.BgClassName
{
background-color: #B1C498;
}
</style>
border-color css
<style>
span { border-color: #B1C498; }
span { border-color: rgb(177,196,152); }
td.TdClassName
{
border-color: #B1C498;
}
.TagClassName
{
border-color: #B1C498;
}
</style>