Shades of Sprout #B1CA9A
Tints of Sprout #B1CA9A
RGB
CMYK
RGB Variations
Color information
#B1CA9A (or 0xB1CA9A) is known color: Sprout. HEX triplet: B1, CA and 9A. RGB value is (177,202,154). Sum of RGB (Red+Green+Blue) = 177+202+154=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA9A is #4E3565. Grayscale: #BDBDBD. Windows color (decimal): -5125478 or 10144433. OLE color: 10144433.
HSL color Cylindrical-coordinate representation of color #B1CA9A: hue angle of 91.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1CA9A is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 154 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.21 |
| HSL | 91.25º | 0.31% | 0.7% | - |
| HSV(B) | 91.25º | 0.24% | 0.79% | - |
| XYZ | 45.08 | 53.92 | 38.6 | - |
| YUV | 189.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 154 | 0.12 | 0 | 0.24 | 0.21 | 91.25 | 0.31 | 0.7 |
| Hex | B1 | CA | 9A | C | 0 | 18 | 15 | 5B | 1F | 46 |
| Octal | 261 | 312 | 232 | 14 | 0 | 30 | 25 | 133 | 37 | 106 |
| Binary | 10110001 | 11001010 | 10011010 | 1100 | 0 | 11000 | 10101 | 1011011 | 11111 | 1000110 |
Color Harmonies of #B1CA9A
Complementary color
Monochromatic Colors of #B1CA9A
Black with #B1CA9A
Text Example
Text Example
White with #B1CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA9A; }
p { color: rgb(177,202,154); }
H1.HeaderClassName
{
color: #B1CA9A;
}
.AnyTagClassName
{
color: #B1CA9A;
}
</style>
background-color css
<style>
a { background-color: #B1CA9A; }
a { background-color: rgb(177,202,154); }
div.DivClassName
{
background-color: #B1CA9A;
}
.BgClassName
{
background-color: #B1CA9A;
}
</style>
border-color css
<style>
span { border-color: #B1CA9A; }
span { border-color: rgb(177,202,154); }
td.TdClassName
{
border-color: #B1CA9A;
}
.TagClassName
{
border-color: #B1CA9A;
}
</style>