Shades of Sprout #B1CA9E
Tints of Sprout #B1CA9E
RGB
CMYK
RGB Variations
Color information
#B1CA9E (or 0xB1CA9E) is known color: Sprout. HEX triplet: B1, CA and 9E. RGB value is (177,202,158). Sum of RGB (Red+Green+Blue) = 177+202+158=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA9E is #4E3561. Grayscale: #BDBDBD. Windows color (decimal): -5125474 or 10406577. OLE color: 10406577.
HSL color Cylindrical-coordinate representation of color #B1CA9E: hue angle of 94.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1CA9E is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 158 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.21 |
| HSL | 94.09º | 0.29% | 0.71% | - |
| HSV(B) | 94.09º | 0.22% | 0.79% | - |
| XYZ | 45.42 | 54.06 | 40.39 | - |
| YUV | 189.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 158 | 0.12 | 0 | 0.22 | 0.21 | 94.09 | 0.29 | 0.71 |
| Hex | B1 | CA | 9E | C | 0 | 16 | 15 | 5E | 1D | 47 |
| Octal | 261 | 312 | 236 | 14 | 0 | 26 | 25 | 136 | 35 | 107 |
| Binary | 10110001 | 11001010 | 10011110 | 1100 | 0 | 10110 | 10101 | 1011110 | 11101 | 1000111 |
Color Harmonies of #B1CA9E
Complementary color
Monochromatic Colors of #B1CA9E
Black with #B1CA9E
Text Example
Text Example
White with #B1CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA9E; }
p { color: rgb(177,202,158); }
H1.HeaderClassName
{
color: #B1CA9E;
}
.AnyTagClassName
{
color: #B1CA9E;
}
</style>
background-color css
<style>
a { background-color: #B1CA9E; }
a { background-color: rgb(177,202,158); }
div.DivClassName
{
background-color: #B1CA9E;
}
.BgClassName
{
background-color: #B1CA9E;
}
</style>
border-color css
<style>
span { border-color: #B1CA9E; }
span { border-color: rgb(177,202,158); }
td.TdClassName
{
border-color: #B1CA9E;
}
.TagClassName
{
border-color: #B1CA9E;
}
</style>