Shades of Sprout #B2C494
Tints of Sprout #B2C494
RGB
CMYK
RGB Variations
Color information
#B2C494 (or 0xB2C494) is known color: Sprout. HEX triplet: B2, C4 and 94. RGB value is (178,196,148). Sum of RGB (Red+Green+Blue) = 178+196+148=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C494 is #4D3B6B. Grayscale: #B9B9B9. Windows color (decimal): -5061484 or 9749682. OLE color: 9749682.
HSL color Cylindrical-coordinate representation of color #B2C494: hue angle of 82.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2C494 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 148 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.23 |
| HSL | 82.5º | 0.29% | 0.67% | - |
| HSV(B) | 82.5º | 0.24% | 0.77% | - |
| XYZ | 43.45 | 51.08 | 35.59 | - |
| YUV | 185.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 148 | 0.09 | 0 | 0.24 | 0.23 | 82.5 | 0.29 | 0.67 |
| Hex | B2 | C4 | 94 | 9 | 0 | 18 | 17 | 52 | 1D | 43 |
| Octal | 262 | 304 | 224 | 11 | 0 | 30 | 27 | 122 | 35 | 103 |
| Binary | 10110010 | 11000100 | 10010100 | 1001 | 0 | 11000 | 10111 | 1010010 | 11101 | 1000011 |
Color Harmonies of #B2C494
Complementary color
Monochromatic Colors of #B2C494
Black with #B2C494
Text Example
Text Example
White with #B2C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C494; }
p { color: rgb(178,196,148); }
H1.HeaderClassName
{
color: #B2C494;
}
.AnyTagClassName
{
color: #B2C494;
}
</style>
background-color css
<style>
a { background-color: #B2C494; }
a { background-color: rgb(178,196,148); }
div.DivClassName
{
background-color: #B2C494;
}
.BgClassName
{
background-color: #B2C494;
}
</style>
border-color css
<style>
span { border-color: #B2C494; }
span { border-color: rgb(178,196,148); }
td.TdClassName
{
border-color: #B2C494;
}
.TagClassName
{
border-color: #B2C494;
}
</style>