Shades of Sprout #B1CF8E
Tints of Sprout #B1CF8E
RGB
CMYK
RGB Variations
Color information
#B1CF8E (or 0xB1CF8E) is known color: Sprout. HEX triplet: B1, CF and 8E. RGB value is (177,207,142). Sum of RGB (Red+Green+Blue) = 177+207+142=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CF8E is #4E3071. Grayscale: #BEBEBE. Windows color (decimal): -5124210 or 9359281. OLE color: 9359281.
HSL color Cylindrical-coordinate representation of color #B1CF8E: hue angle of 87.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1CF8E is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 142 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.19 |
| HSL | 87.69º | 0.4% | 0.68% | - |
| HSV(B) | 87.69º | 0.31% | 0.81% | - |
| XYZ | 45.33 | 55.93 | 34 | - |
| YUV | 190.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 142 | 0.14 | 0 | 0.31 | 0.19 | 87.69 | 0.4 | 0.68 |
| Hex | B1 | CF | 8E | E | 0 | 1F | 13 | 58 | 28 | 44 |
| Octal | 261 | 317 | 216 | 16 | 0 | 37 | 23 | 130 | 50 | 104 |
| Binary | 10110001 | 11001111 | 10001110 | 1110 | 0 | 11111 | 10011 | 1011000 | 101000 | 1000100 |
Color Harmonies of #B1CF8E
Complementary color
Monochromatic Colors of #B1CF8E
Black with #B1CF8E
Text Example
Text Example
White with #B1CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF8E; }
p { color: rgb(177,207,142); }
H1.HeaderClassName
{
color: #B1CF8E;
}
.AnyTagClassName
{
color: #B1CF8E;
}
</style>
background-color css
<style>
a { background-color: #B1CF8E; }
a { background-color: rgb(177,207,142); }
div.DivClassName
{
background-color: #B1CF8E;
}
.BgClassName
{
background-color: #B1CF8E;
}
</style>
border-color css
<style>
span { border-color: #B1CF8E; }
span { border-color: rgb(177,207,142); }
td.TdClassName
{
border-color: #B1CF8E;
}
.TagClassName
{
border-color: #B1CF8E;
}
</style>