Shades of Sprout #B1D29A
Tints of Sprout #B1D29A
RGB
CMYK
RGB Variations
Color information
#B1D29A (or 0xB1D29A) is known color: Sprout. HEX triplet: B1, D2 and 9A. RGB value is (177,210,154). Sum of RGB (Red+Green+Blue) = 177+210+154=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D29A is #4E2D65. Grayscale: #C1C1C1. Windows color (decimal): -5123430 or 10146481. OLE color: 10146481.
HSL color Cylindrical-coordinate representation of color #B1D29A: hue angle of 95.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1D29A is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 154 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.18 |
| HSL | 95.36º | 0.38% | 0.71% | - |
| HSV(B) | 95.36º | 0.27% | 0.82% | - |
| XYZ | 47.01 | 57.77 | 39.25 | - |
| YUV | 193.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 154 | 0.16 | 0 | 0.27 | 0.18 | 95.36 | 0.38 | 0.71 |
| Hex | B1 | D2 | 9A | 10 | 0 | 1B | 12 | 5F | 26 | 47 |
| Octal | 261 | 322 | 232 | 20 | 0 | 33 | 22 | 137 | 46 | 107 |
| Binary | 10110001 | 11010010 | 10011010 | 10000 | 0 | 11011 | 10010 | 1011111 | 100110 | 1000111 |
Color Harmonies of #B1D29A
Complementary color
Monochromatic Colors of #B1D29A
Black with #B1D29A
Text Example
Text Example
White with #B1D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D29A; }
p { color: rgb(177,210,154); }
H1.HeaderClassName
{
color: #B1D29A;
}
.AnyTagClassName
{
color: #B1D29A;
}
</style>
background-color css
<style>
a { background-color: #B1D29A; }
a { background-color: rgb(177,210,154); }
div.DivClassName
{
background-color: #B1D29A;
}
.BgClassName
{
background-color: #B1D29A;
}
</style>
border-color css
<style>
span { border-color: #B1D29A; }
span { border-color: rgb(177,210,154); }
td.TdClassName
{
border-color: #B1D29A;
}
.TagClassName
{
border-color: #B1D29A;
}
</style>