Shades of Sprout #B1CF91
Tints of Sprout #B1CF91
RGB
CMYK
RGB Variations
Color information
#B1CF91 (or 0xB1CF91) is known color: Sprout. HEX triplet: B1, CF and 91. RGB value is (177,207,145). Sum of RGB (Red+Green+Blue) = 177+207+145=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CF91 is #4E306E. Grayscale: #BFBFBF. Windows color (decimal): -5124207 or 9555889. OLE color: 9555889.
HSL color Cylindrical-coordinate representation of color #B1CF91: hue angle of 89.03º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1CF91 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 145 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.19 |
| HSL | 89.03º | 0.39% | 0.69% | - |
| HSV(B) | 89.03º | 0.3% | 0.81% | - |
| XYZ | 45.56 | 56.02 | 35.2 | - |
| YUV | 190.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 145 | 0.14 | 0 | 0.30 | 0.19 | 89.03 | 0.39 | 0.69 |
| Hex | B1 | CF | 91 | E | 0 | 1E | 13 | 59 | 27 | 45 |
| Octal | 261 | 317 | 221 | 16 | 0 | 36 | 23 | 131 | 47 | 105 |
| Binary | 10110001 | 11001111 | 10010001 | 1110 | 0 | 11110 | 10011 | 1011001 | 100111 | 1000101 |
Color Harmonies of #B1CF91
Complementary color
Monochromatic Colors of #B1CF91
Black with #B1CF91
Text Example
Text Example
White with #B1CF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF91; }
p { color: rgb(177,207,145); }
H1.HeaderClassName
{
color: #B1CF91;
}
.AnyTagClassName
{
color: #B1CF91;
}
</style>
background-color css
<style>
a { background-color: #B1CF91; }
a { background-color: rgb(177,207,145); }
div.DivClassName
{
background-color: #B1CF91;
}
.BgClassName
{
background-color: #B1CF91;
}
</style>
border-color css
<style>
span { border-color: #B1CF91; }
span { border-color: rgb(177,207,145); }
td.TdClassName
{
border-color: #B1CF91;
}
.TagClassName
{
border-color: #B1CF91;
}
</style>