Shades of Sprout #B3C19E
Tints of Sprout #B3C19E
RGB
CMYK
RGB Variations
Color information
#B3C19E (or 0xB3C19E) is known color: Sprout. HEX triplet: B3, C1 and 9E. RGB value is (179,193,158). Sum of RGB (Red+Green+Blue) = 179+193+158=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C19E is #4C3E61. Grayscale: #B8B8B8. Windows color (decimal): -4996706 or 10404275. OLE color: 10404275.
HSL color Cylindrical-coordinate representation of color #B3C19E: hue angle of 84º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3C19E is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 158 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.24 |
| HSL | 84º | 0.22% | 0.69% | - |
| HSV(B) | 84º | 0.18% | 0.76% | - |
| XYZ | 43.83 | 50.19 | 39.73 | - |
| YUV | 184.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 158 | 0.07 | 0 | 0.18 | 0.24 | 84 | 0.22 | 0.69 |
| Hex | B3 | C1 | 9E | 7 | 0 | 12 | 18 | 54 | 16 | 45 |
| Octal | 263 | 301 | 236 | 7 | 0 | 22 | 30 | 124 | 26 | 105 |
| Binary | 10110011 | 11000001 | 10011110 | 111 | 0 | 10010 | 11000 | 1010100 | 10110 | 1000101 |
Color Harmonies of #B3C19E
Complementary color
Monochromatic Colors of #B3C19E
Black with #B3C19E
Text Example
Text Example
White with #B3C19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C19E; }
p { color: rgb(179,193,158); }
H1.HeaderClassName
{
color: #B3C19E;
}
.AnyTagClassName
{
color: #B3C19E;
}
</style>
background-color css
<style>
a { background-color: #B3C19E; }
a { background-color: rgb(179,193,158); }
div.DivClassName
{
background-color: #B3C19E;
}
.BgClassName
{
background-color: #B3C19E;
}
</style>
border-color css
<style>
span { border-color: #B3C19E; }
span { border-color: rgb(179,193,158); }
td.TdClassName
{
border-color: #B3C19E;
}
.TagClassName
{
border-color: #B3C19E;
}
</style>