Shades of Sprout #B3C596
Tints of Sprout #B3C596
RGB
CMYK
RGB Variations
Color information
#B3C596 (or 0xB3C596) is known color: Sprout. HEX triplet: B3, C5 and 96. RGB value is (179,197,150). Sum of RGB (Red+Green+Blue) = 179+197+150=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C596 is #4C3A69. Grayscale: #BABABA. Windows color (decimal): -4995690 or 9881011. OLE color: 9881011.
HSL color Cylindrical-coordinate representation of color #B3C596: hue angle of 82.98º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C596 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 150 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.23 |
| HSL | 82.98º | 0.29% | 0.68% | - |
| HSV(B) | 82.98º | 0.24% | 0.77% | - |
| XYZ | 44.06 | 51.72 | 36.51 | - |
| YUV | 186.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 150 | 0.09 | 0 | 0.24 | 0.23 | 82.98 | 0.29 | 0.68 |
| Hex | B3 | C5 | 96 | 9 | 0 | 18 | 17 | 53 | 1D | 44 |
| Octal | 263 | 305 | 226 | 11 | 0 | 30 | 27 | 123 | 35 | 104 |
| Binary | 10110011 | 11000101 | 10010110 | 1001 | 0 | 11000 | 10111 | 1010011 | 11101 | 1000100 |
Color Harmonies of #B3C596
Complementary color
Monochromatic Colors of #B3C596
Black with #B3C596
Text Example
Text Example
White with #B3C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C596; }
p { color: rgb(179,197,150); }
H1.HeaderClassName
{
color: #B3C596;
}
.AnyTagClassName
{
color: #B3C596;
}
</style>
background-color css
<style>
a { background-color: #B3C596; }
a { background-color: rgb(179,197,150); }
div.DivClassName
{
background-color: #B3C596;
}
.BgClassName
{
background-color: #B3C596;
}
</style>
border-color css
<style>
span { border-color: #B3C596; }
span { border-color: rgb(179,197,150); }
td.TdClassName
{
border-color: #B3C596;
}
.TagClassName
{
border-color: #B3C596;
}
</style>