Shades of Sprout #B1CC9C
Tints of Sprout #B1CC9C
RGB
CMYK
RGB Variations
Color information
#B1CC9C (or 0xB1CC9C) is known color: Sprout. HEX triplet: B1, CC and 9C. RGB value is (177,204,156). Sum of RGB (Red+Green+Blue) = 177+204+156=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CC9C is #4E3363. Grayscale: #BEBEBE. Windows color (decimal): -5124964 or 10276017. OLE color: 10276017.
HSL color Cylindrical-coordinate representation of color #B1CC9C: hue angle of 93.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1CC9C is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 156 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.2 |
| HSL | 93.75º | 0.32% | 0.71% | - |
| HSV(B) | 93.75º | 0.24% | 0.8% | - |
| XYZ | 45.73 | 54.93 | 39.65 | - |
| YUV | 190.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 156 | 0.13 | 0 | 0.24 | 0.2 | 93.75 | 0.32 | 0.71 |
| Hex | B1 | CC | 9C | D | 0 | 18 | 14 | 5E | 20 | 47 |
| Octal | 261 | 314 | 234 | 15 | 0 | 30 | 24 | 136 | 40 | 107 |
| Binary | 10110001 | 11001100 | 10011100 | 1101 | 0 | 11000 | 10100 | 1011110 | 100000 | 1000111 |
Color Harmonies of #B1CC9C
Complementary color
Monochromatic Colors of #B1CC9C
Black with #B1CC9C
Text Example
Text Example
White with #B1CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC9C; }
p { color: rgb(177,204,156); }
H1.HeaderClassName
{
color: #B1CC9C;
}
.AnyTagClassName
{
color: #B1CC9C;
}
</style>
background-color css
<style>
a { background-color: #B1CC9C; }
a { background-color: rgb(177,204,156); }
div.DivClassName
{
background-color: #B1CC9C;
}
.BgClassName
{
background-color: #B1CC9C;
}
</style>
border-color css
<style>
span { border-color: #B1CC9C; }
span { border-color: rgb(177,204,156); }
td.TdClassName
{
border-color: #B1CC9C;
}
.TagClassName
{
border-color: #B1CC9C;
}
</style>