Shades of Sprout #B1C19A
Tints of Sprout #B1C19A
RGB
CMYK
RGB Variations
Color information
#B1C19A (or 0xB1C19A) is known color: Sprout. HEX triplet: B1, C1 and 9A. RGB value is (177,193,154). Sum of RGB (Red+Green+Blue) = 177+193+154=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C19A is #4E3E65. Grayscale: #B7B7B7. Windows color (decimal): -5127782 or 10142129. OLE color: 10142129.
HSL color Cylindrical-coordinate representation of color #B1C19A: hue angle of 84.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1C19A is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 154 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.24 |
| HSL | 84.62º | 0.24% | 0.68% | - |
| HSV(B) | 84.62º | 0.2% | 0.76% | - |
| XYZ | 43.03 | 49.82 | 37.92 | - |
| YUV | 183.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 154 | 0.08 | 0 | 0.20 | 0.24 | 84.62 | 0.24 | 0.68 |
| Hex | B1 | C1 | 9A | 8 | 0 | 14 | 18 | 55 | 18 | 44 |
| Octal | 261 | 301 | 232 | 10 | 0 | 24 | 30 | 125 | 30 | 104 |
| Binary | 10110001 | 11000001 | 10011010 | 1000 | 0 | 10100 | 11000 | 1010101 | 11000 | 1000100 |
Color Harmonies of #B1C19A
Complementary color
Monochromatic Colors of #B1C19A
Black with #B1C19A
Text Example
Text Example
White with #B1C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C19A; }
p { color: rgb(177,193,154); }
H1.HeaderClassName
{
color: #B1C19A;
}
.AnyTagClassName
{
color: #B1C19A;
}
</style>
background-color css
<style>
a { background-color: #B1C19A; }
a { background-color: rgb(177,193,154); }
div.DivClassName
{
background-color: #B1C19A;
}
.BgClassName
{
background-color: #B1C19A;
}
</style>
border-color css
<style>
span { border-color: #B1C19A; }
span { border-color: rgb(177,193,154); }
td.TdClassName
{
border-color: #B1C19A;
}
.TagClassName
{
border-color: #B1C19A;
}
</style>