Shades of Sprout #B3C096
Tints of Sprout #B3C096
RGB
CMYK
RGB Variations
Color information
#B3C096 (or 0xB3C096) is known color: Sprout. HEX triplet: B3, C0 and 96. RGB value is (179,192,150). Sum of RGB (Red+Green+Blue) = 179+192+150=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C096 is #4C3F69. Grayscale: #B7B7B7. Windows color (decimal): -4996970 or 9879731. OLE color: 9879731.
HSL color Cylindrical-coordinate representation of color #B3C096: hue angle of 78.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3C096 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 150 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.25 |
| HSL | 78.57º | 0.25% | 0.67% | - |
| HSV(B) | 78.57º | 0.22% | 0.75% | - |
| XYZ | 42.95 | 49.48 | 36.14 | - |
| YUV | 183.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 150 | 0.07 | 0 | 0.22 | 0.25 | 78.57 | 0.25 | 0.67 |
| Hex | B3 | C0 | 96 | 7 | 0 | 16 | 19 | 4F | 19 | 43 |
| Octal | 263 | 300 | 226 | 7 | 0 | 26 | 31 | 117 | 31 | 103 |
| Binary | 10110011 | 11000000 | 10010110 | 111 | 0 | 10110 | 11001 | 1001111 | 11001 | 1000011 |
Color Harmonies of #B3C096
Complementary color
Monochromatic Colors of #B3C096
Black with #B3C096
Text Example
Text Example
White with #B3C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C096; }
p { color: rgb(179,192,150); }
H1.HeaderClassName
{
color: #B3C096;
}
.AnyTagClassName
{
color: #B3C096;
}
</style>
background-color css
<style>
a { background-color: #B3C096; }
a { background-color: rgb(179,192,150); }
div.DivClassName
{
background-color: #B3C096;
}
.BgClassName
{
background-color: #B3C096;
}
</style>
border-color css
<style>
span { border-color: #B3C096; }
span { border-color: rgb(179,192,150); }
td.TdClassName
{
border-color: #B3C096;
}
.TagClassName
{
border-color: #B3C096;
}
</style>