Shades of Sprout #B1D09A
Tints of Sprout #B1D09A
RGB
CMYK
RGB Variations
Color information
#B1D09A (or 0xB1D09A) is known color: Sprout. HEX triplet: B1, D0 and 9A. RGB value is (177,208,154). Sum of RGB (Red+Green+Blue) = 177+208+154=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D09A is #4E2F65. Grayscale: #C0C0C0. Windows color (decimal): -5123942 or 10145969. OLE color: 10145969.
HSL color Cylindrical-coordinate representation of color #B1D09A: hue angle of 94.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1D09A is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 154 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.18 |
| HSL | 94.44º | 0.36% | 0.71% | - |
| HSV(B) | 94.44º | 0.26% | 0.82% | - |
| XYZ | 46.52 | 56.79 | 39.08 | - |
| YUV | 192.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 154 | 0.15 | 0 | 0.26 | 0.18 | 94.44 | 0.36 | 0.71 |
| Hex | B1 | D0 | 9A | F | 0 | 1A | 12 | 5E | 24 | 47 |
| Octal | 261 | 320 | 232 | 17 | 0 | 32 | 22 | 136 | 44 | 107 |
| Binary | 10110001 | 11010000 | 10011010 | 1111 | 0 | 11010 | 10010 | 1011110 | 100100 | 1000111 |
Color Harmonies of #B1D09A
Complementary color
Monochromatic Colors of #B1D09A
Black with #B1D09A
Text Example
Text Example
White with #B1D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D09A; }
p { color: rgb(177,208,154); }
H1.HeaderClassName
{
color: #B1D09A;
}
.AnyTagClassName
{
color: #B1D09A;
}
</style>
background-color css
<style>
a { background-color: #B1D09A; }
a { background-color: rgb(177,208,154); }
div.DivClassName
{
background-color: #B1D09A;
}
.BgClassName
{
background-color: #B1D09A;
}
</style>
border-color css
<style>
span { border-color: #B1D09A; }
span { border-color: rgb(177,208,154); }
td.TdClassName
{
border-color: #B1D09A;
}
.TagClassName
{
border-color: #B1D09A;
}
</style>