Shades of Sprout #B2C590
Tints of Sprout #B2C590
RGB
CMYK
RGB Variations
Color information
#B2C590 (or 0xB2C590) is known color: Sprout. HEX triplet: B2, C5 and 90. RGB value is (178,197,144). Sum of RGB (Red+Green+Blue) = 178+197+144=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C590 is #4D3A6F. Grayscale: #B9B9B9. Windows color (decimal): -5061232 or 9487794. OLE color: 9487794.
HSL color Cylindrical-coordinate representation of color #B2C590: hue angle of 81.51º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2C590 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 144 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.23 |
| HSL | 81.51º | 0.31% | 0.67% | - |
| HSV(B) | 81.51º | 0.27% | 0.77% | - |
| XYZ | 43.36 | 51.41 | 34.02 | - |
| YUV | 185.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 144 | 0.10 | 0 | 0.27 | 0.23 | 81.51 | 0.31 | 0.67 |
| Hex | B2 | C5 | 90 | A | 0 | 1B | 17 | 52 | 1F | 43 |
| Octal | 262 | 305 | 220 | 12 | 0 | 33 | 27 | 122 | 37 | 103 |
| Binary | 10110010 | 11000101 | 10010000 | 1010 | 0 | 11011 | 10111 | 1010010 | 11111 | 1000011 |
Color Harmonies of #B2C590
Complementary color
Monochromatic Colors of #B2C590
Black with #B2C590
Text Example
Text Example
White with #B2C590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C590; }
p { color: rgb(178,197,144); }
H1.HeaderClassName
{
color: #B2C590;
}
.AnyTagClassName
{
color: #B2C590;
}
</style>
background-color css
<style>
a { background-color: #B2C590; }
a { background-color: rgb(178,197,144); }
div.DivClassName
{
background-color: #B2C590;
}
.BgClassName
{
background-color: #B2C590;
}
</style>
border-color css
<style>
span { border-color: #B2C590; }
span { border-color: rgb(178,197,144); }
td.TdClassName
{
border-color: #B2C590;
}
.TagClassName
{
border-color: #B2C590;
}
</style>