Shades of Sprout #B1CF8F
Tints of Sprout #B1CF8F
RGB
CMYK
RGB Variations
Color information
#B1CF8F (or 0xB1CF8F) is known color: Sprout. HEX triplet: B1, CF and 8F. RGB value is (177,207,143). Sum of RGB (Red+Green+Blue) = 177+207+143=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CF8F is #4E3070. Grayscale: #BEBEBE. Windows color (decimal): -5124209 or 9424817. OLE color: 9424817.
HSL color Cylindrical-coordinate representation of color #B1CF8F: hue angle of 88.12º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1CF8F is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 143 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.19 |
| HSL | 88.13º | 0.4% | 0.69% | - |
| HSV(B) | 88.13º | 0.31% | 0.81% | - |
| XYZ | 45.4 | 55.96 | 34.39 | - |
| YUV | 190.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 143 | 0.14 | 0 | 0.31 | 0.19 | 88.13 | 0.4 | 0.69 |
| Hex | B1 | CF | 8F | E | 0 | 1F | 13 | 58 | 28 | 45 |
| Octal | 261 | 317 | 217 | 16 | 0 | 37 | 23 | 130 | 50 | 105 |
| Binary | 10110001 | 11001111 | 10001111 | 1110 | 0 | 11111 | 10011 | 1011000 | 101000 | 1000101 |
Color Harmonies of #B1CF8F
Complementary color
Monochromatic Colors of #B1CF8F
Black with #B1CF8F
Text Example
Text Example
White with #B1CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF8F; }
p { color: rgb(177,207,143); }
H1.HeaderClassName
{
color: #B1CF8F;
}
.AnyTagClassName
{
color: #B1CF8F;
}
</style>
background-color css
<style>
a { background-color: #B1CF8F; }
a { background-color: rgb(177,207,143); }
div.DivClassName
{
background-color: #B1CF8F;
}
.BgClassName
{
background-color: #B1CF8F;
}
</style>
border-color css
<style>
span { border-color: #B1CF8F; }
span { border-color: rgb(177,207,143); }
td.TdClassName
{
border-color: #B1CF8F;
}
.TagClassName
{
border-color: #B1CF8F;
}
</style>