Shades of Sprout #B1C89D
Tints of Sprout #B1C89D
RGB
CMYK
RGB Variations
Color information
#B1C89D (or 0xB1C89D) is known color: Sprout. HEX triplet: B1, C8 and 9D. RGB value is (177,200,157). Sum of RGB (Red+Green+Blue) = 177+200+157=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C89D is #4E3762. Grayscale: #BCBCBC. Windows color (decimal): -5125987 or 10340529. OLE color: 10340529.
HSL color Cylindrical-coordinate representation of color #B1C89D: hue angle of 92.09º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1C89D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 157 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.22 |
| HSL | 92.09º | 0.28% | 0.7% | - |
| HSV(B) | 92.09º | 0.22% | 0.78% | - |
| XYZ | 44.87 | 53.09 | 39.78 | - |
| YUV | 188.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 157 | 0.12 | 0 | 0.22 | 0.22 | 92.09 | 0.28 | 0.7 |
| Hex | B1 | C8 | 9D | C | 0 | 16 | 16 | 5C | 1C | 46 |
| Octal | 261 | 310 | 235 | 14 | 0 | 26 | 26 | 134 | 34 | 106 |
| Binary | 10110001 | 11001000 | 10011101 | 1100 | 0 | 10110 | 10110 | 1011100 | 11100 | 1000110 |
Color Harmonies of #B1C89D
Complementary color
Monochromatic Colors of #B1C89D
Black with #B1C89D
Text Example
Text Example
White with #B1C89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C89D; }
p { color: rgb(177,200,157); }
H1.HeaderClassName
{
color: #B1C89D;
}
.AnyTagClassName
{
color: #B1C89D;
}
</style>
background-color css
<style>
a { background-color: #B1C89D; }
a { background-color: rgb(177,200,157); }
div.DivClassName
{
background-color: #B1C89D;
}
.BgClassName
{
background-color: #B1C89D;
}
</style>
border-color css
<style>
span { border-color: #B1C89D; }
span { border-color: rgb(177,200,157); }
td.TdClassName
{
border-color: #B1C89D;
}
.TagClassName
{
border-color: #B1C89D;
}
</style>