Shades of Sprout #B3C698
Tints of Sprout #B3C698
RGB
CMYK
RGB Variations
Color information
#B3C698 (or 0xB3C698) is known color: Sprout. HEX triplet: B3, C6 and 98. RGB value is (179,198,152). Sum of RGB (Red+Green+Blue) = 179+198+152=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C698 is #4C3967. Grayscale: #BBBBBB. Windows color (decimal): -4995432 or 10012339. OLE color: 10012339.
HSL color Cylindrical-coordinate representation of color #B3C698: hue angle of 84.78º 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 #B3C698 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 198 | 152 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.22 |
| HSL | 84.78º | 0.29% | 0.69% | - |
| HSV(B) | 84.78º | 0.23% | 0.78% | - |
| XYZ | 44.45 | 52.24 | 37.45 | - |
| YUV | 187.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 152 | 0.10 | 0 | 0.23 | 0.22 | 84.78 | 0.29 | 0.69 |
| Hex | B3 | C6 | 98 | A | 0 | 17 | 16 | 55 | 1D | 45 |
| Octal | 263 | 306 | 230 | 12 | 0 | 27 | 26 | 125 | 35 | 105 |
| Binary | 10110011 | 11000110 | 10011000 | 1010 | 0 | 10111 | 10110 | 1010101 | 11101 | 1000101 |
Color Harmonies of #B3C698
Complementary color
Monochromatic Colors of #B3C698
Black with #B3C698
Text Example
Text Example
White with #B3C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C698; }
p { color: rgb(179,198,152); }
H1.HeaderClassName
{
color: #B3C698;
}
.AnyTagClassName
{
color: #B3C698;
}
</style>
background-color css
<style>
a { background-color: #B3C698; }
a { background-color: rgb(179,198,152); }
div.DivClassName
{
background-color: #B3C698;
}
.BgClassName
{
background-color: #B3C698;
}
</style>
border-color css
<style>
span { border-color: #B3C698; }
span { border-color: rgb(179,198,152); }
td.TdClassName
{
border-color: #B3C698;
}
.TagClassName
{
border-color: #B3C698;
}
</style>