Shades of Sprout #B2CB9C
Tints of Sprout #B2CB9C
RGB
CMYK
RGB Variations
Color information
#B2CB9C (or 0xB2CB9C) is known color: Sprout. HEX triplet: B2, CB and 9C. RGB value is (178,203,156). Sum of RGB (Red+Green+Blue) = 178+203+156=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CB9C is #4D3463. Grayscale: #BEBEBE. Windows color (decimal): -5059684 or 10275762. OLE color: 10275762.
HSL color Cylindrical-coordinate representation of color #B2CB9C: hue angle of 91.91º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2CB9C is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 156 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.20 |
| HSL | 91.91º | 0.31% | 0.7% | - |
| HSV(B) | 91.91º | 0.23% | 0.8% | - |
| XYZ | 45.72 | 54.58 | 39.58 | - |
| YUV | 190.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 156 | 0.12 | 0 | 0.23 | 0.20 | 91.91 | 0.31 | 0.7 |
| Hex | B2 | CB | 9C | C | 0 | 17 | 14 | 5C | 1F | 46 |
| Octal | 262 | 313 | 234 | 14 | 0 | 27 | 24 | 134 | 37 | 106 |
| Binary | 10110010 | 11001011 | 10011100 | 1100 | 0 | 10111 | 10100 | 1011100 | 11111 | 1000110 |
Color Harmonies of #B2CB9C
Complementary color
Monochromatic Colors of #B2CB9C
Black with #B2CB9C
Text Example
Text Example
White with #B2CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB9C; }
p { color: rgb(178,203,156); }
H1.HeaderClassName
{
color: #B2CB9C;
}
.AnyTagClassName
{
color: #B2CB9C;
}
</style>
background-color css
<style>
a { background-color: #B2CB9C; }
a { background-color: rgb(178,203,156); }
div.DivClassName
{
background-color: #B2CB9C;
}
.BgClassName
{
background-color: #B2CB9C;
}
</style>
border-color css
<style>
span { border-color: #B2CB9C; }
span { border-color: rgb(178,203,156); }
td.TdClassName
{
border-color: #B2CB9C;
}
.TagClassName
{
border-color: #B2CB9C;
}
</style>