Shades of Sprout #B1C09A
Tints of Sprout #B1C09A
RGB
CMYK
RGB Variations
Color information
#B1C09A (or 0xB1C09A) is known color: Sprout. HEX triplet: B1, C0 and 9A. RGB value is (177,192,154). Sum of RGB (Red+Green+Blue) = 177+192+154=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C09A is #4E3F65. Grayscale: #B7B7B7. Windows color (decimal): -5128038 or 10141873. OLE color: 10141873.
HSL color Cylindrical-coordinate representation of color #B1C09A: hue angle of 83.68º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1C09A is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 154 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.25 |
| HSL | 83.68º | 0.23% | 0.68% | - |
| HSV(B) | 83.68º | 0.2% | 0.75% | - |
| XYZ | 42.81 | 49.38 | 37.85 | - |
| YUV | 183.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 154 | 0.08 | 0 | 0.20 | 0.25 | 83.68 | 0.23 | 0.68 |
| Hex | B1 | C0 | 9A | 8 | 0 | 14 | 19 | 54 | 17 | 44 |
| Octal | 261 | 300 | 232 | 10 | 0 | 24 | 31 | 124 | 27 | 104 |
| Binary | 10110001 | 11000000 | 10011010 | 1000 | 0 | 10100 | 11001 | 1010100 | 10111 | 1000100 |
Color Harmonies of #B1C09A
Complementary color
Monochromatic Colors of #B1C09A
Black with #B1C09A
Text Example
Text Example
White with #B1C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C09A; }
p { color: rgb(177,192,154); }
H1.HeaderClassName
{
color: #B1C09A;
}
.AnyTagClassName
{
color: #B1C09A;
}
</style>
background-color css
<style>
a { background-color: #B1C09A; }
a { background-color: rgb(177,192,154); }
div.DivClassName
{
background-color: #B1C09A;
}
.BgClassName
{
background-color: #B1C09A;
}
</style>
border-color css
<style>
span { border-color: #B1C09A; }
span { border-color: rgb(177,192,154); }
td.TdClassName
{
border-color: #B1C09A;
}
.TagClassName
{
border-color: #B1C09A;
}
</style>