Shades of Sprout #B3D796
Tints of Sprout #B3D796
RGB
CMYK
RGB Variations
Color information
#B3D796 (or 0xB3D796) is known color: Sprout. HEX triplet: B3, D7 and 96. RGB value is (179,215,150). Sum of RGB (Red+Green+Blue) = 179+215+150=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D796 is #4C2869. Grayscale: #C5C5C5. Windows color (decimal): -4991082 or 9885619. OLE color: 9885619.
HSL color Cylindrical-coordinate representation of color #B3D796: hue angle of 93.23º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3D796 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 215 | 150 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.16 |
| HSL | 93.23º | 0.45% | 0.72% | - |
| HSV(B) | 93.23º | 0.3% | 0.84% | - |
| XYZ | 48.4 | 60.39 | 37.96 | - |
| YUV | 196.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 215 | 150 | 0.17 | 0 | 0.30 | 0.16 | 93.23 | 0.45 | 0.72 |
| Hex | B3 | D7 | 96 | 11 | 0 | 1E | 10 | 5D | 2D | 48 |
| Octal | 263 | 327 | 226 | 21 | 0 | 36 | 20 | 135 | 55 | 110 |
| Binary | 10110011 | 11010111 | 10010110 | 10001 | 0 | 11110 | 10000 | 1011101 | 101101 | 1001000 |
Color Harmonies of #B3D796
Complementary color
Monochromatic Colors of #B3D796
Black with #B3D796
Text Example
Text Example
White with #B3D796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D796; }
p { color: rgb(179,215,150); }
H1.HeaderClassName
{
color: #B3D796;
}
.AnyTagClassName
{
color: #B3D796;
}
</style>
background-color css
<style>
a { background-color: #B3D796; }
a { background-color: rgb(179,215,150); }
div.DivClassName
{
background-color: #B3D796;
}
.BgClassName
{
background-color: #B3D796;
}
</style>
border-color css
<style>
span { border-color: #B3D796; }
span { border-color: rgb(179,215,150); }
td.TdClassName
{
border-color: #B3D796;
}
.TagClassName
{
border-color: #B3D796;
}
</style>