Shades of Sprout #B2C698
Tints of Sprout #B2C698
RGB
CMYK
RGB Variations
Color information
#B2C698 (or 0xB2C698) is known color: Sprout. HEX triplet: B2, C6 and 98. RGB value is (178,198,152). Sum of RGB (Red+Green+Blue) = 178+198+152=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C698 is #4D3967. Grayscale: #BABABA. Windows color (decimal): -5060968 or 10012338. OLE color: 10012338.
HSL color Cylindrical-coordinate representation of color #B2C698: hue angle of 86.09º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2C698 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 152 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.22 |
| HSL | 86.09º | 0.29% | 0.69% | - |
| HSV(B) | 86.09º | 0.23% | 0.78% | - |
| XYZ | 44.22 | 52.12 | 37.44 | - |
| YUV | 186.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 152 | 0.10 | 0 | 0.23 | 0.22 | 86.09 | 0.29 | 0.69 |
| Hex | B2 | C6 | 98 | A | 0 | 17 | 16 | 56 | 1D | 45 |
| Octal | 262 | 306 | 230 | 12 | 0 | 27 | 26 | 126 | 35 | 105 |
| Binary | 10110010 | 11000110 | 10011000 | 1010 | 0 | 10111 | 10110 | 1010110 | 11101 | 1000101 |
Color Harmonies of #B2C698
Complementary color
Monochromatic Colors of #B2C698
Black with #B2C698
Text Example
Text Example
White with #B2C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C698; }
p { color: rgb(178,198,152); }
H1.HeaderClassName
{
color: #B2C698;
}
.AnyTagClassName
{
color: #B2C698;
}
</style>
background-color css
<style>
a { background-color: #B2C698; }
a { background-color: rgb(178,198,152); }
div.DivClassName
{
background-color: #B2C698;
}
.BgClassName
{
background-color: #B2C698;
}
</style>
border-color css
<style>
span { border-color: #B2C698; }
span { border-color: rgb(178,198,152); }
td.TdClassName
{
border-color: #B2C698;
}
.TagClassName
{
border-color: #B2C698;
}
</style>