Shades of Sprout #B1CB94
Tints of Sprout #B1CB94
RGB
CMYK
RGB Variations
Color information
#B1CB94 (or 0xB1CB94) is known color: Sprout. HEX triplet: B1, CB and 94. RGB value is (177,203,148). Sum of RGB (Red+Green+Blue) = 177+203+148=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CB94 is #4E346B. Grayscale: #BDBDBD. Windows color (decimal): -5125228 or 9751473. OLE color: 9751473.
HSL color Cylindrical-coordinate representation of color #B1CB94: hue angle of 88.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1CB94 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 148 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.20 |
| HSL | 88.36º | 0.35% | 0.69% | - |
| HSV(B) | 88.36º | 0.27% | 0.8% | - |
| XYZ | 44.83 | 54.2 | 36.12 | - |
| YUV | 188.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 148 | 0.13 | 0 | 0.27 | 0.20 | 88.36 | 0.35 | 0.69 |
| Hex | B1 | CB | 94 | D | 0 | 1B | 14 | 58 | 23 | 45 |
| Octal | 261 | 313 | 224 | 15 | 0 | 33 | 24 | 130 | 43 | 105 |
| Binary | 10110001 | 11001011 | 10010100 | 1101 | 0 | 11011 | 10100 | 1011000 | 100011 | 1000101 |
Color Harmonies of #B1CB94
Complementary color
Monochromatic Colors of #B1CB94
Black with #B1CB94
Text Example
Text Example
White with #B1CB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CB94; }
p { color: rgb(177,203,148); }
H1.HeaderClassName
{
color: #B1CB94;
}
.AnyTagClassName
{
color: #B1CB94;
}
</style>
background-color css
<style>
a { background-color: #B1CB94; }
a { background-color: rgb(177,203,148); }
div.DivClassName
{
background-color: #B1CB94;
}
.BgClassName
{
background-color: #B1CB94;
}
</style>
border-color css
<style>
span { border-color: #B1CB94; }
span { border-color: rgb(177,203,148); }
td.TdClassName
{
border-color: #B1CB94;
}
.TagClassName
{
border-color: #B1CB94;
}
</style>