Shades of Sprout #B3C49C
Tints of Sprout #B3C49C
RGB
CMYK
RGB Variations
Color information
#B3C49C (or 0xB3C49C) is known color: Sprout. HEX triplet: B3, C4 and 9C. RGB value is (179,196,156). Sum of RGB (Red+Green+Blue) = 179+196+156=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C49C is #4C3B63. Grayscale: #BABABA. Windows color (decimal): -4995940 or 10273971. OLE color: 10273971.
HSL color Cylindrical-coordinate representation of color #B3C49C: hue angle of 85.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3C49C is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 156 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.23 |
| HSL | 85.5º | 0.25% | 0.69% | - |
| HSV(B) | 85.5º | 0.2% | 0.77% | - |
| XYZ | 44.33 | 51.46 | 39.05 | - |
| YUV | 186.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 156 | 0.09 | 0 | 0.20 | 0.23 | 85.5 | 0.25 | 0.69 |
| Hex | B3 | C4 | 9C | 9 | 0 | 14 | 17 | 56 | 19 | 45 |
| Octal | 263 | 304 | 234 | 11 | 0 | 24 | 27 | 126 | 31 | 105 |
| Binary | 10110011 | 11000100 | 10011100 | 1001 | 0 | 10100 | 10111 | 1010110 | 11001 | 1000101 |
Color Harmonies of #B3C49C
Complementary color
Monochromatic Colors of #B3C49C
Black with #B3C49C
Text Example
Text Example
White with #B3C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C49C; }
p { color: rgb(179,196,156); }
H1.HeaderClassName
{
color: #B3C49C;
}
.AnyTagClassName
{
color: #B3C49C;
}
</style>
background-color css
<style>
a { background-color: #B3C49C; }
a { background-color: rgb(179,196,156); }
div.DivClassName
{
background-color: #B3C49C;
}
.BgClassName
{
background-color: #B3C49C;
}
</style>
border-color css
<style>
span { border-color: #B3C49C; }
span { border-color: rgb(179,196,156); }
td.TdClassName
{
border-color: #B3C49C;
}
.TagClassName
{
border-color: #B3C49C;
}
</style>