Shades of Sprout #B3C19A
Tints of Sprout #B3C19A
RGB
CMYK
RGB Variations
Color information
#B3C19A (or 0xB3C19A) is known color: Sprout. HEX triplet: B3, C1 and 9A. RGB value is (179,193,154). Sum of RGB (Red+Green+Blue) = 179+193+154=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C19A is #4C3E65. Grayscale: #B8B8B8. Windows color (decimal): -4996710 or 10142131. OLE color: 10142131.
HSL color Cylindrical-coordinate representation of color #B3C19A: hue angle of 81.54º degrees, saturation: 0.24, 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 #B3C19A is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 154 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.24 |
| HSL | 81.54º | 0.24% | 0.68% | - |
| HSV(B) | 81.54º | 0.2% | 0.76% | - |
| XYZ | 43.49 | 50.06 | 37.94 | - |
| YUV | 184.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 154 | 0.07 | 0 | 0.20 | 0.24 | 81.54 | 0.24 | 0.68 |
| Hex | B3 | C1 | 9A | 7 | 0 | 14 | 18 | 52 | 18 | 44 |
| Octal | 263 | 301 | 232 | 7 | 0 | 24 | 30 | 122 | 30 | 104 |
| Binary | 10110011 | 11000001 | 10011010 | 111 | 0 | 10100 | 11000 | 1010010 | 11000 | 1000100 |
Color Harmonies of #B3C19A
Complementary color
Monochromatic Colors of #B3C19A
Black with #B3C19A
Text Example
Text Example
White with #B3C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C19A; }
p { color: rgb(179,193,154); }
H1.HeaderClassName
{
color: #B3C19A;
}
.AnyTagClassName
{
color: #B3C19A;
}
</style>
background-color css
<style>
a { background-color: #B3C19A; }
a { background-color: rgb(179,193,154); }
div.DivClassName
{
background-color: #B3C19A;
}
.BgClassName
{
background-color: #B3C19A;
}
</style>
border-color css
<style>
span { border-color: #B3C19A; }
span { border-color: rgb(179,193,154); }
td.TdClassName
{
border-color: #B3C19A;
}
.TagClassName
{
border-color: #B3C19A;
}
</style>