Shades of Sprout #B1D299
Tints of Sprout #B1D299
RGB
CMYK
RGB Variations
Color information
#B1D299 (or 0xB1D299) is known color: Sprout. HEX triplet: B1, D2 and 99. RGB value is (177,210,153). Sum of RGB (Red+Green+Blue) = 177+210+153=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D299 is #4E2D66. Grayscale: #C1C1C1. Windows color (decimal): -5123431 or 10080945. OLE color: 10080945.
HSL color Cylindrical-coordinate representation of color #B1D299: hue angle of 94.74º degrees, saturation: 0.39, 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 #B1D299 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 153 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.18 |
| HSL | 94.74º | 0.39% | 0.71% | - |
| HSV(B) | 94.74º | 0.27% | 0.82% | - |
| XYZ | 46.93 | 57.74 | 38.81 | - |
| YUV | 193.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 153 | 0.16 | 0 | 0.27 | 0.18 | 94.74 | 0.39 | 0.71 |
| Hex | B1 | D2 | 99 | 10 | 0 | 1B | 12 | 5F | 27 | 47 |
| Octal | 261 | 322 | 231 | 20 | 0 | 33 | 22 | 137 | 47 | 107 |
| Binary | 10110001 | 11010010 | 10011001 | 10000 | 0 | 11011 | 10010 | 1011111 | 100111 | 1000111 |
Color Harmonies of #B1D299
Complementary color
Monochromatic Colors of #B1D299
Black with #B1D299
Text Example
Text Example
White with #B1D299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D299; }
p { color: rgb(177,210,153); }
H1.HeaderClassName
{
color: #B1D299;
}
.AnyTagClassName
{
color: #B1D299;
}
</style>
background-color css
<style>
a { background-color: #B1D299; }
a { background-color: rgb(177,210,153); }
div.DivClassName
{
background-color: #B1D299;
}
.BgClassName
{
background-color: #B1D299;
}
</style>
border-color css
<style>
span { border-color: #B1D299; }
span { border-color: rgb(177,210,153); }
td.TdClassName
{
border-color: #B1D299;
}
.TagClassName
{
border-color: #B1D299;
}
</style>