Shades of Sprout #B1C39D
Tints of Sprout #B1C39D
RGB
CMYK
RGB Variations
Color information
#B1C39D (or 0xB1C39D) is known color: Sprout. HEX triplet: B1, C3 and 9D. RGB value is (177,195,157). Sum of RGB (Red+Green+Blue) = 177+195+157=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C39D is #4E3C62. Grayscale: #B9B9B9. Windows color (decimal): -5127267 or 10339249. OLE color: 10339249.
HSL color Cylindrical-coordinate representation of color #B1C39D: hue angle of 88.42º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1C39D is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 157 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.24 |
| HSL | 88.42º | 0.24% | 0.69% | - |
| HSV(B) | 88.42º | 0.19% | 0.76% | - |
| XYZ | 43.73 | 50.81 | 39.4 | - |
| YUV | 185.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 157 | 0.09 | 0 | 0.19 | 0.24 | 88.42 | 0.24 | 0.69 |
| Hex | B1 | C3 | 9D | 9 | 0 | 13 | 18 | 58 | 18 | 45 |
| Octal | 261 | 303 | 235 | 11 | 0 | 23 | 30 | 130 | 30 | 105 |
| Binary | 10110001 | 11000011 | 10011101 | 1001 | 0 | 10011 | 11000 | 1011000 | 11000 | 1000101 |
Color Harmonies of #B1C39D
Complementary color
Monochromatic Colors of #B1C39D
Black with #B1C39D
Text Example
Text Example
White with #B1C39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C39D; }
p { color: rgb(177,195,157); }
H1.HeaderClassName
{
color: #B1C39D;
}
.AnyTagClassName
{
color: #B1C39D;
}
</style>
background-color css
<style>
a { background-color: #B1C39D; }
a { background-color: rgb(177,195,157); }
div.DivClassName
{
background-color: #B1C39D;
}
.BgClassName
{
background-color: #B1C39D;
}
</style>
border-color css
<style>
span { border-color: #B1C39D; }
span { border-color: rgb(177,195,157); }
td.TdClassName
{
border-color: #B1C39D;
}
.TagClassName
{
border-color: #B1C39D;
}
</style>