Shades of Sprout #B1CF94
Tints of Sprout #B1CF94
RGB
CMYK
RGB Variations
Color information
#B1CF94 (or 0xB1CF94) is known color: Sprout. HEX triplet: B1, CF and 94. RGB value is (177,207,148). Sum of RGB (Red+Green+Blue) = 177+207+148=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CF94 is #4E306B. Grayscale: #BFBFBF. Windows color (decimal): -5124204 or 9752497. OLE color: 9752497.
HSL color Cylindrical-coordinate representation of color #B1CF94: hue angle of 90.51º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1CF94 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 148 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.19 |
| HSL | 90.51º | 0.38% | 0.7% | - |
| HSV(B) | 90.51º | 0.29% | 0.81% | - |
| XYZ | 45.79 | 56.11 | 36.43 | - |
| YUV | 191.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 148 | 0.14 | 0 | 0.29 | 0.19 | 90.51 | 0.38 | 0.7 |
| Hex | B1 | CF | 94 | E | 0 | 1D | 13 | 5B | 26 | 46 |
| Octal | 261 | 317 | 224 | 16 | 0 | 35 | 23 | 133 | 46 | 106 |
| Binary | 10110001 | 11001111 | 10010100 | 1110 | 0 | 11101 | 10011 | 1011011 | 100110 | 1000110 |
Color Harmonies of #B1CF94
Complementary color
Monochromatic Colors of #B1CF94
Black with #B1CF94
Text Example
Text Example
White with #B1CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF94; }
p { color: rgb(177,207,148); }
H1.HeaderClassName
{
color: #B1CF94;
}
.AnyTagClassName
{
color: #B1CF94;
}
</style>
background-color css
<style>
a { background-color: #B1CF94; }
a { background-color: rgb(177,207,148); }
div.DivClassName
{
background-color: #B1CF94;
}
.BgClassName
{
background-color: #B1CF94;
}
</style>
border-color css
<style>
span { border-color: #B1CF94; }
span { border-color: rgb(177,207,148); }
td.TdClassName
{
border-color: #B1CF94;
}
.TagClassName
{
border-color: #B1CF94;
}
</style>