Shades of Sprout #B1CA9C
Tints of Sprout #B1CA9C
RGB
CMYK
RGB Variations
Color information
#B1CA9C (or 0xB1CA9C) is known color: Sprout. HEX triplet: B1, CA and 9C. RGB value is (177,202,156). Sum of RGB (Red+Green+Blue) = 177+202+156=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA9C is #4E3563. Grayscale: #BDBDBD. Windows color (decimal): -5125476 or 10275505. OLE color: 10275505.
HSL color Cylindrical-coordinate representation of color #B1CA9C: hue angle of 92.61º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1CA9C is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 156 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.21 |
| HSL | 92.61º | 0.3% | 0.7% | - |
| HSV(B) | 92.61º | 0.23% | 0.79% | - |
| XYZ | 45.25 | 53.99 | 39.49 | - |
| YUV | 189.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 156 | 0.12 | 0 | 0.23 | 0.21 | 92.61 | 0.3 | 0.7 |
| Hex | B1 | CA | 9C | C | 0 | 17 | 15 | 5D | 1E | 46 |
| Octal | 261 | 312 | 234 | 14 | 0 | 27 | 25 | 135 | 36 | 106 |
| Binary | 10110001 | 11001010 | 10011100 | 1100 | 0 | 10111 | 10101 | 1011101 | 11110 | 1000110 |
Color Harmonies of #B1CA9C
Complementary color
Monochromatic Colors of #B1CA9C
Black with #B1CA9C
Text Example
Text Example
White with #B1CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA9C; }
p { color: rgb(177,202,156); }
H1.HeaderClassName
{
color: #B1CA9C;
}
.AnyTagClassName
{
color: #B1CA9C;
}
</style>
background-color css
<style>
a { background-color: #B1CA9C; }
a { background-color: rgb(177,202,156); }
div.DivClassName
{
background-color: #B1CA9C;
}
.BgClassName
{
background-color: #B1CA9C;
}
</style>
border-color css
<style>
span { border-color: #B1CA9C; }
span { border-color: rgb(177,202,156); }
td.TdClassName
{
border-color: #B1CA9C;
}
.TagClassName
{
border-color: #B1CA9C;
}
</style>