Shades of Sprout #B1C69D
Tints of Sprout #B1C69D
RGB
CMYK
RGB Variations
Color information
#B1C69D (or 0xB1C69D) is known color: Sprout. HEX triplet: B1, C6 and 9D. RGB value is (177,198,157). Sum of RGB (Red+Green+Blue) = 177+198+157=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C69D is #4E3962. Grayscale: #BBBBBB. Windows color (decimal): -5126499 or 10340017. OLE color: 10340017.
HSL color Cylindrical-coordinate representation of color #B1C69D: hue angle of 90.73º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1C69D is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 157 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.22 |
| HSL | 90.73º | 0.26% | 0.7% | - |
| HSV(B) | 90.73º | 0.21% | 0.78% | - |
| XYZ | 44.41 | 52.17 | 39.63 | - |
| YUV | 187.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 157 | 0.11 | 0 | 0.21 | 0.22 | 90.73 | 0.26 | 0.7 |
| Hex | B1 | C6 | 9D | B | 0 | 15 | 16 | 5B | 1A | 46 |
| Octal | 261 | 306 | 235 | 13 | 0 | 25 | 26 | 133 | 32 | 106 |
| Binary | 10110001 | 11000110 | 10011101 | 1011 | 0 | 10101 | 10110 | 1011011 | 11010 | 1000110 |
Color Harmonies of #B1C69D
Complementary color
Monochromatic Colors of #B1C69D
Black with #B1C69D
Text Example
Text Example
White with #B1C69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C69D; }
p { color: rgb(177,198,157); }
H1.HeaderClassName
{
color: #B1C69D;
}
.AnyTagClassName
{
color: #B1C69D;
}
</style>
background-color css
<style>
a { background-color: #B1C69D; }
a { background-color: rgb(177,198,157); }
div.DivClassName
{
background-color: #B1C69D;
}
.BgClassName
{
background-color: #B1C69D;
}
</style>
border-color css
<style>
span { border-color: #B1C69D; }
span { border-color: rgb(177,198,157); }
td.TdClassName
{
border-color: #B1C69D;
}
.TagClassName
{
border-color: #B1C69D;
}
</style>