Shades of Sprout #B2C592
Tints of Sprout #B2C592
RGB
CMYK
RGB Variations
Color information
#B2C592 (or 0xB2C592) is known color: Sprout. HEX triplet: B2, C5 and 92. RGB value is (178,197,146). Sum of RGB (Red+Green+Blue) = 178+197+146=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C592 is #4D3A6D. Grayscale: #B9B9B9. Windows color (decimal): -5061230 or 9618866. OLE color: 9618866.
HSL color Cylindrical-coordinate representation of color #B2C592: hue angle of 82.35º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2C592 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 146 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.23 |
| HSL | 82.35º | 0.31% | 0.67% | - |
| HSV(B) | 82.35º | 0.26% | 0.77% | - |
| XYZ | 43.51 | 51.47 | 34.84 | - |
| YUV | 185.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 146 | 0.10 | 0 | 0.26 | 0.23 | 82.35 | 0.31 | 0.67 |
| Hex | B2 | C5 | 92 | A | 0 | 1A | 17 | 52 | 1F | 43 |
| Octal | 262 | 305 | 222 | 12 | 0 | 32 | 27 | 122 | 37 | 103 |
| Binary | 10110010 | 11000101 | 10010010 | 1010 | 0 | 11010 | 10111 | 1010010 | 11111 | 1000011 |
Color Harmonies of #B2C592
Complementary color
Monochromatic Colors of #B2C592
Black with #B2C592
Text Example
Text Example
White with #B2C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C592; }
p { color: rgb(178,197,146); }
H1.HeaderClassName
{
color: #B2C592;
}
.AnyTagClassName
{
color: #B2C592;
}
</style>
background-color css
<style>
a { background-color: #B2C592; }
a { background-color: rgb(178,197,146); }
div.DivClassName
{
background-color: #B2C592;
}
.BgClassName
{
background-color: #B2C592;
}
</style>
border-color css
<style>
span { border-color: #B2C592; }
span { border-color: rgb(178,197,146); }
td.TdClassName
{
border-color: #B2C592;
}
.TagClassName
{
border-color: #B2C592;
}
</style>