Shades of Sprout #B1CE93
Tints of Sprout #B1CE93
RGB
CMYK
RGB Variations
Color information
#B1CE93 (or 0xB1CE93) is known color: Sprout. HEX triplet: B1, CE and 93. RGB value is (177,206,147). Sum of RGB (Red+Green+Blue) = 177+206+147=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE93 is #4E316C. Grayscale: #BEBEBE. Windows color (decimal): -5124461 or 9686705. OLE color: 9686705.
HSL color Cylindrical-coordinate representation of color #B1CE93: hue angle of 89.49º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1CE93 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 147 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.19 |
| HSL | 89.49º | 0.38% | 0.69% | - |
| HSV(B) | 89.49º | 0.29% | 0.81% | - |
| XYZ | 45.47 | 55.6 | 35.94 | - |
| YUV | 190.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 147 | 0.14 | 0 | 0.29 | 0.19 | 89.49 | 0.38 | 0.69 |
| Hex | B1 | CE | 93 | E | 0 | 1D | 13 | 59 | 26 | 45 |
| Octal | 261 | 316 | 223 | 16 | 0 | 35 | 23 | 131 | 46 | 105 |
| Binary | 10110001 | 11001110 | 10010011 | 1110 | 0 | 11101 | 10011 | 1011001 | 100110 | 1000101 |
Color Harmonies of #B1CE93
Complementary color
Monochromatic Colors of #B1CE93
Black with #B1CE93
Text Example
Text Example
White with #B1CE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE93; }
p { color: rgb(177,206,147); }
H1.HeaderClassName
{
color: #B1CE93;
}
.AnyTagClassName
{
color: #B1CE93;
}
</style>
background-color css
<style>
a { background-color: #B1CE93; }
a { background-color: rgb(177,206,147); }
div.DivClassName
{
background-color: #B1CE93;
}
.BgClassName
{
background-color: #B1CE93;
}
</style>
border-color css
<style>
span { border-color: #B1CE93; }
span { border-color: rgb(177,206,147); }
td.TdClassName
{
border-color: #B1CE93;
}
.TagClassName
{
border-color: #B1CE93;
}
</style>