Shades of Sprout #B3C19B
Tints of Sprout #B3C19B
RGB
CMYK
RGB Variations
Color information
#B3C19B (or 0xB3C19B) is known color: Sprout. HEX triplet: B3, C1 and 9B. RGB value is (179,193,155). Sum of RGB (Red+Green+Blue) = 179+193+155=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C19B is #4C3E64. Grayscale: #B8B8B8. Windows color (decimal): -4996709 or 10207667. OLE color: 10207667.
HSL color Cylindrical-coordinate representation of color #B3C19B: hue angle of 82.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3C19B is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 155 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.24 |
| HSL | 82.11º | 0.23% | 0.68% | - |
| HSV(B) | 82.11º | 0.2% | 0.76% | - |
| XYZ | 43.58 | 50.09 | 38.38 | - |
| YUV | 184.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 155 | 0.07 | 0 | 0.20 | 0.24 | 82.11 | 0.23 | 0.68 |
| Hex | B3 | C1 | 9B | 7 | 0 | 14 | 18 | 52 | 17 | 44 |
| Octal | 263 | 301 | 233 | 7 | 0 | 24 | 30 | 122 | 27 | 104 |
| Binary | 10110011 | 11000001 | 10011011 | 111 | 0 | 10100 | 11000 | 1010010 | 10111 | 1000100 |
Color Harmonies of #B3C19B
Complementary color
Monochromatic Colors of #B3C19B
Black with #B3C19B
Text Example
Text Example
White with #B3C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C19B; }
p { color: rgb(179,193,155); }
H1.HeaderClassName
{
color: #B3C19B;
}
.AnyTagClassName
{
color: #B3C19B;
}
</style>
background-color css
<style>
a { background-color: #B3C19B; }
a { background-color: rgb(179,193,155); }
div.DivClassName
{
background-color: #B3C19B;
}
.BgClassName
{
background-color: #B3C19B;
}
</style>
border-color css
<style>
span { border-color: #B3C19B; }
span { border-color: rgb(179,193,155); }
td.TdClassName
{
border-color: #B3C19B;
}
.TagClassName
{
border-color: #B3C19B;
}
</style>