Shades of Sprout #B1CF8C
Tints of Sprout #B1CF8C
RGB
CMYK
RGB Variations
Color information
#B1CF8C (or 0xB1CF8C) is known color: Sprout. HEX triplet: B1, CF and 8C. RGB value is (177,207,140). Sum of RGB (Red+Green+Blue) = 177+207+140=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CF8C is #4E3073. Grayscale: #BEBEBE. Windows color (decimal): -5124212 or 9228209. OLE color: 9228209.
HSL color Cylindrical-coordinate representation of color #B1CF8C: hue angle of 86.87º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1CF8C is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 140 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.19 |
| HSL | 86.87º | 0.41% | 0.68% | - |
| HSV(B) | 86.87º | 0.32% | 0.81% | - |
| XYZ | 45.18 | 55.87 | 33.21 | - |
| YUV | 190.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 140 | 0.14 | 0 | 0.32 | 0.19 | 86.87 | 0.41 | 0.68 |
| Hex | B1 | CF | 8C | E | 0 | 20 | 13 | 57 | 29 | 44 |
| Octal | 261 | 317 | 214 | 16 | 0 | 40 | 23 | 127 | 51 | 104 |
| Binary | 10110001 | 11001111 | 10001100 | 1110 | 0 | 100000 | 10011 | 1010111 | 101001 | 1000100 |
Color Harmonies of #B1CF8C
Complementary color
Monochromatic Colors of #B1CF8C
Black with #B1CF8C
Text Example
Text Example
White with #B1CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF8C; }
p { color: rgb(177,207,140); }
H1.HeaderClassName
{
color: #B1CF8C;
}
.AnyTagClassName
{
color: #B1CF8C;
}
</style>
background-color css
<style>
a { background-color: #B1CF8C; }
a { background-color: rgb(177,207,140); }
div.DivClassName
{
background-color: #B1CF8C;
}
.BgClassName
{
background-color: #B1CF8C;
}
</style>
border-color css
<style>
span { border-color: #B1CF8C; }
span { border-color: rgb(177,207,140); }
td.TdClassName
{
border-color: #B1CF8C;
}
.TagClassName
{
border-color: #B1CF8C;
}
</style>