Shades of Sprout #B2C990
Tints of Sprout #B2C990
RGB
CMYK
RGB Variations
Color information
#B2C990 (or 0xB2C990) is known color: Sprout. HEX triplet: B2, C9 and 90. RGB value is (178,201,144). Sum of RGB (Red+Green+Blue) = 178+201+144=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C990 is #4D366F. Grayscale: #BBBBBB. Windows color (decimal): -5060208 or 9488818. OLE color: 9488818.
HSL color Cylindrical-coordinate representation of color #B2C990: hue angle of 84.21º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2C990 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 144 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.21 |
| HSL | 84.21º | 0.35% | 0.68% | - |
| HSV(B) | 84.21º | 0.28% | 0.79% | - |
| XYZ | 44.28 | 53.25 | 34.33 | - |
| YUV | 187.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 144 | 0.11 | 0 | 0.28 | 0.21 | 84.21 | 0.35 | 0.68 |
| Hex | B2 | C9 | 90 | B | 0 | 1C | 15 | 54 | 23 | 44 |
| Octal | 262 | 311 | 220 | 13 | 0 | 34 | 25 | 124 | 43 | 104 |
| Binary | 10110010 | 11001001 | 10010000 | 1011 | 0 | 11100 | 10101 | 1010100 | 100011 | 1000100 |
Color Harmonies of #B2C990
Complementary color
Monochromatic Colors of #B2C990
Black with #B2C990
Text Example
Text Example
White with #B2C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C990; }
p { color: rgb(178,201,144); }
H1.HeaderClassName
{
color: #B2C990;
}
.AnyTagClassName
{
color: #B2C990;
}
</style>
background-color css
<style>
a { background-color: #B2C990; }
a { background-color: rgb(178,201,144); }
div.DivClassName
{
background-color: #B2C990;
}
.BgClassName
{
background-color: #B2C990;
}
</style>
border-color css
<style>
span { border-color: #B2C990; }
span { border-color: rgb(178,201,144); }
td.TdClassName
{
border-color: #B2C990;
}
.TagClassName
{
border-color: #B2C990;
}
</style>