Shades of Sprout #B2C49C
Tints of Sprout #B2C49C
RGB
CMYK
RGB Variations
Color information
#B2C49C (or 0xB2C49C) is known color: Sprout. HEX triplet: B2, C4 and 9C. RGB value is (178,196,156). Sum of RGB (Red+Green+Blue) = 178+196+156=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C49C is #4D3B63. Grayscale: #BABABA. Windows color (decimal): -5061476 or 10273970. OLE color: 10273970.
HSL color Cylindrical-coordinate representation of color #B2C49C: hue angle of 87º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2C49C is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 156 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.23 |
| HSL | 87º | 0.25% | 0.69% | - |
| HSV(B) | 87º | 0.2% | 0.77% | - |
| XYZ | 44.1 | 51.35 | 39.04 | - |
| YUV | 186.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 156 | 0.09 | 0 | 0.20 | 0.23 | 87 | 0.25 | 0.69 |
| Hex | B2 | C4 | 9C | 9 | 0 | 14 | 17 | 57 | 19 | 45 |
| Octal | 262 | 304 | 234 | 11 | 0 | 24 | 27 | 127 | 31 | 105 |
| Binary | 10110010 | 11000100 | 10011100 | 1001 | 0 | 10100 | 10111 | 1010111 | 11001 | 1000101 |
Color Harmonies of #B2C49C
Complementary color
Monochromatic Colors of #B2C49C
Black with #B2C49C
Text Example
Text Example
White with #B2C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C49C; }
p { color: rgb(178,196,156); }
H1.HeaderClassName
{
color: #B2C49C;
}
.AnyTagClassName
{
color: #B2C49C;
}
</style>
background-color css
<style>
a { background-color: #B2C49C; }
a { background-color: rgb(178,196,156); }
div.DivClassName
{
background-color: #B2C49C;
}
.BgClassName
{
background-color: #B2C49C;
}
</style>
border-color css
<style>
span { border-color: #B2C49C; }
span { border-color: rgb(178,196,156); }
td.TdClassName
{
border-color: #B2C49C;
}
.TagClassName
{
border-color: #B2C49C;
}
</style>