Shades of Sprout #B1C99D
Tints of Sprout #B1C99D
RGB
CMYK
RGB Variations
Color information
#B1C99D (or 0xB1C99D) is known color: Sprout. HEX triplet: B1, C9 and 9D. RGB value is (177,201,157). Sum of RGB (Red+Green+Blue) = 177+201+157=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C99D is #4E3662. Grayscale: #BCBCBC. Windows color (decimal): -5125731 or 10340785. OLE color: 10340785.
HSL color Cylindrical-coordinate representation of color #B1C99D: hue angle of 92.73º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1C99D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 157 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.21 |
| HSL | 92.73º | 0.29% | 0.7% | - |
| HSV(B) | 92.73º | 0.22% | 0.79% | - |
| XYZ | 45.1 | 53.55 | 39.86 | - |
| YUV | 188.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 157 | 0.12 | 0 | 0.22 | 0.21 | 92.73 | 0.29 | 0.7 |
| Hex | B1 | C9 | 9D | C | 0 | 16 | 15 | 5D | 1D | 46 |
| Octal | 261 | 311 | 235 | 14 | 0 | 26 | 25 | 135 | 35 | 106 |
| Binary | 10110001 | 11001001 | 10011101 | 1100 | 0 | 10110 | 10101 | 1011101 | 11101 | 1000110 |
Color Harmonies of #B1C99D
Complementary color
Monochromatic Colors of #B1C99D
Black with #B1C99D
Text Example
Text Example
White with #B1C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C99D; }
p { color: rgb(177,201,157); }
H1.HeaderClassName
{
color: #B1C99D;
}
.AnyTagClassName
{
color: #B1C99D;
}
</style>
background-color css
<style>
a { background-color: #B1C99D; }
a { background-color: rgb(177,201,157); }
div.DivClassName
{
background-color: #B1C99D;
}
.BgClassName
{
background-color: #B1C99D;
}
</style>
border-color css
<style>
span { border-color: #B1C99D; }
span { border-color: rgb(177,201,157); }
td.TdClassName
{
border-color: #B1C99D;
}
.TagClassName
{
border-color: #B1C99D;
}
</style>