Shades of Sprout #B2C292
Tints of Sprout #B2C292
RGB
CMYK
RGB Variations
Color information
#B2C292 (or 0xB2C292) is known color: Sprout. HEX triplet: B2, C2 and 92. RGB value is (178,194,146). Sum of RGB (Red+Green+Blue) = 178+194+146=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C292 is #4D3D6D. Grayscale: #B7B7B7. Windows color (decimal): -5061998 or 9618098. OLE color: 9618098.
HSL color Cylindrical-coordinate representation of color #B2C292: hue angle of 80º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2C292 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 146 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.24 |
| HSL | 80º | 0.28% | 0.67% | - |
| HSV(B) | 80º | 0.25% | 0.76% | - |
| XYZ | 42.84 | 50.12 | 34.61 | - |
| YUV | 183.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 146 | 0.08 | 0 | 0.25 | 0.24 | 80 | 0.28 | 0.67 |
| Hex | B2 | C2 | 92 | 8 | 0 | 19 | 18 | 50 | 1C | 43 |
| Octal | 262 | 302 | 222 | 10 | 0 | 31 | 30 | 120 | 34 | 103 |
| Binary | 10110010 | 11000010 | 10010010 | 1000 | 0 | 11001 | 11000 | 1010000 | 11100 | 1000011 |
Color Harmonies of #B2C292
Complementary color
Monochromatic Colors of #B2C292
Black with #B2C292
Text Example
Text Example
White with #B2C292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C292; }
p { color: rgb(178,194,146); }
H1.HeaderClassName
{
color: #B2C292;
}
.AnyTagClassName
{
color: #B2C292;
}
</style>
background-color css
<style>
a { background-color: #B2C292; }
a { background-color: rgb(178,194,146); }
div.DivClassName
{
background-color: #B2C292;
}
.BgClassName
{
background-color: #B2C292;
}
</style>
border-color css
<style>
span { border-color: #B2C292; }
span { border-color: rgb(178,194,146); }
td.TdClassName
{
border-color: #B2C292;
}
.TagClassName
{
border-color: #B2C292;
}
</style>