Shades of Sprout #B1CC9D
Tints of Sprout #B1CC9D
RGB
CMYK
RGB Variations
Color information
#B1CC9D (or 0xB1CC9D) is known color: Sprout. HEX triplet: B1, CC and 9D. RGB value is (177,204,157). Sum of RGB (Red+Green+Blue) = 177+204+157=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CC9D is #4E3362. Grayscale: #BEBEBE. Windows color (decimal): -5124963 or 10341553. OLE color: 10341553.
HSL color Cylindrical-coordinate representation of color #B1CC9D: hue angle of 94.47º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1CC9D is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 157 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.2 |
| HSL | 94.47º | 0.32% | 0.71% | - |
| HSV(B) | 94.47º | 0.23% | 0.8% | - |
| XYZ | 45.81 | 54.97 | 40.09 | - |
| YUV | 190.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 157 | 0.13 | 0 | 0.23 | 0.2 | 94.47 | 0.32 | 0.71 |
| Hex | B1 | CC | 9D | D | 0 | 17 | 14 | 5E | 20 | 47 |
| Octal | 261 | 314 | 235 | 15 | 0 | 27 | 24 | 136 | 40 | 107 |
| Binary | 10110001 | 11001100 | 10011101 | 1101 | 0 | 10111 | 10100 | 1011110 | 100000 | 1000111 |
Color Harmonies of #B1CC9D
Complementary color
Monochromatic Colors of #B1CC9D
Black with #B1CC9D
Text Example
Text Example
White with #B1CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC9D; }
p { color: rgb(177,204,157); }
H1.HeaderClassName
{
color: #B1CC9D;
}
.AnyTagClassName
{
color: #B1CC9D;
}
</style>
background-color css
<style>
a { background-color: #B1CC9D; }
a { background-color: rgb(177,204,157); }
div.DivClassName
{
background-color: #B1CC9D;
}
.BgClassName
{
background-color: #B1CC9D;
}
</style>
border-color css
<style>
span { border-color: #B1CC9D; }
span { border-color: rgb(177,204,157); }
td.TdClassName
{
border-color: #B1CC9D;
}
.TagClassName
{
border-color: #B1CC9D;
}
</style>