Shades of Sprout #B3C19D
Tints of Sprout #B3C19D
RGB
CMYK
RGB Variations
Color information
#B3C19D (or 0xB3C19D) is known color: Sprout. HEX triplet: B3, C1 and 9D. RGB value is (179,193,157). Sum of RGB (Red+Green+Blue) = 179+193+157=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C19D is #4C3E62. Grayscale: #B8B8B8. Windows color (decimal): -4996707 or 10338739. OLE color: 10338739.
HSL color Cylindrical-coordinate representation of color #B3C19D: hue angle of 83.33º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3C19D is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 157 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.24 |
| HSL | 83.33º | 0.23% | 0.69% | - |
| HSV(B) | 83.33º | 0.19% | 0.76% | - |
| XYZ | 43.75 | 50.16 | 39.27 | - |
| YUV | 184.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 157 | 0.07 | 0 | 0.19 | 0.24 | 83.33 | 0.23 | 0.69 |
| Hex | B3 | C1 | 9D | 7 | 0 | 13 | 18 | 53 | 16 | 45 |
| Octal | 263 | 301 | 235 | 7 | 0 | 23 | 30 | 123 | 26 | 105 |
| Binary | 10110011 | 11000001 | 10011101 | 111 | 0 | 10011 | 11000 | 1010011 | 10110 | 1000101 |
Color Harmonies of #B3C19D
Complementary color
Monochromatic Colors of #B3C19D
Black with #B3C19D
Text Example
Text Example
White with #B3C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C19D; }
p { color: rgb(179,193,157); }
H1.HeaderClassName
{
color: #B3C19D;
}
.AnyTagClassName
{
color: #B3C19D;
}
</style>
background-color css
<style>
a { background-color: #B3C19D; }
a { background-color: rgb(179,193,157); }
div.DivClassName
{
background-color: #B3C19D;
}
.BgClassName
{
background-color: #B3C19D;
}
</style>
border-color css
<style>
span { border-color: #B3C19D; }
span { border-color: rgb(179,193,157); }
td.TdClassName
{
border-color: #B3C19D;
}
.TagClassName
{
border-color: #B3C19D;
}
</style>