Shades of Sprout #B2C894
Tints of Sprout #B2C894
RGB
CMYK
RGB Variations
Color information
#B2C894 (or 0xB2C894) is known color: Sprout. HEX triplet: B2, C8 and 94. RGB value is (178,200,148). Sum of RGB (Red+Green+Blue) = 178+200+148=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C894 is #4D376B. Grayscale: #BBBBBB. Windows color (decimal): -5060460 or 9750706. OLE color: 9750706.
HSL color Cylindrical-coordinate representation of color #B2C894: hue angle of 85.38º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2C894 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 148 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.22 |
| HSL | 85.38º | 0.32% | 0.68% | - |
| HSV(B) | 85.38º | 0.26% | 0.78% | - |
| XYZ | 44.36 | 52.91 | 35.89 | - |
| YUV | 187.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 148 | 0.11 | 0 | 0.26 | 0.22 | 85.38 | 0.32 | 0.68 |
| Hex | B2 | C8 | 94 | B | 0 | 1A | 16 | 55 | 20 | 44 |
| Octal | 262 | 310 | 224 | 13 | 0 | 32 | 26 | 125 | 40 | 104 |
| Binary | 10110010 | 11001000 | 10010100 | 1011 | 0 | 11010 | 10110 | 1010101 | 100000 | 1000100 |
Color Harmonies of #B2C894
Complementary color
Monochromatic Colors of #B2C894
Black with #B2C894
Text Example
Text Example
White with #B2C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C894; }
p { color: rgb(178,200,148); }
H1.HeaderClassName
{
color: #B2C894;
}
.AnyTagClassName
{
color: #B2C894;
}
</style>
background-color css
<style>
a { background-color: #B2C894; }
a { background-color: rgb(178,200,148); }
div.DivClassName
{
background-color: #B2C894;
}
.BgClassName
{
background-color: #B2C894;
}
</style>
border-color css
<style>
span { border-color: #B2C894; }
span { border-color: rgb(178,200,148); }
td.TdClassName
{
border-color: #B2C894;
}
.TagClassName
{
border-color: #B2C894;
}
</style>