Shades of Sprout #B1CA99
Tints of Sprout #B1CA99
RGB
CMYK
RGB Variations
Color information
#B1CA99 (or 0xB1CA99) is known color: Sprout. HEX triplet: B1, CA and 99. RGB value is (177,202,153). Sum of RGB (Red+Green+Blue) = 177+202+153=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA99 is #4E3566. Grayscale: #BDBDBD. Windows color (decimal): -5125479 or 10078897. OLE color: 10078897.
HSL color Cylindrical-coordinate representation of color #B1CA99: hue angle of 90.61º degrees, saturation: 0.32, 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 #B1CA99 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 153 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.21 |
| HSL | 90.61º | 0.32% | 0.7% | - |
| HSV(B) | 90.61º | 0.24% | 0.79% | - |
| XYZ | 45 | 53.89 | 38.17 | - |
| YUV | 188.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 153 | 0.12 | 0 | 0.24 | 0.21 | 90.61 | 0.32 | 0.7 |
| Hex | B1 | CA | 99 | C | 0 | 18 | 15 | 5B | 20 | 46 |
| Octal | 261 | 312 | 231 | 14 | 0 | 30 | 25 | 133 | 40 | 106 |
| Binary | 10110001 | 11001010 | 10011001 | 1100 | 0 | 11000 | 10101 | 1011011 | 100000 | 1000110 |
Color Harmonies of #B1CA99
Complementary color
Monochromatic Colors of #B1CA99
Black with #B1CA99
Text Example
Text Example
White with #B1CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA99; }
p { color: rgb(177,202,153); }
H1.HeaderClassName
{
color: #B1CA99;
}
.AnyTagClassName
{
color: #B1CA99;
}
</style>
background-color css
<style>
a { background-color: #B1CA99; }
a { background-color: rgb(177,202,153); }
div.DivClassName
{
background-color: #B1CA99;
}
.BgClassName
{
background-color: #B1CA99;
}
</style>
border-color css
<style>
span { border-color: #B1CA99; }
span { border-color: rgb(177,202,153); }
td.TdClassName
{
border-color: #B1CA99;
}
.TagClassName
{
border-color: #B1CA99;
}
</style>