Shades of Sprout #B3C495
Tints of Sprout #B3C495
RGB
CMYK
RGB Variations
Color information
#B3C495 (or 0xB3C495) is known color: Sprout. HEX triplet: B3, C4 and 95. RGB value is (179,196,149). Sum of RGB (Red+Green+Blue) = 179+196+149=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C495 is #4C3B6A. Grayscale: #B9B9B9. Windows color (decimal): -4995947 or 9815219. OLE color: 9815219.
HSL color Cylindrical-coordinate representation of color #B3C495: hue angle of 81.7º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C495 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 149 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.23 |
| HSL | 81.7º | 0.28% | 0.68% | - |
| HSV(B) | 81.7º | 0.24% | 0.77% | - |
| XYZ | 43.76 | 51.23 | 36.02 | - |
| YUV | 185.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 149 | 0.09 | 0 | 0.24 | 0.23 | 81.7 | 0.28 | 0.68 |
| Hex | B3 | C4 | 95 | 9 | 0 | 18 | 17 | 52 | 1C | 44 |
| Octal | 263 | 304 | 225 | 11 | 0 | 30 | 27 | 122 | 34 | 104 |
| Binary | 10110011 | 11000100 | 10010101 | 1001 | 0 | 11000 | 10111 | 1010010 | 11100 | 1000100 |
Color Harmonies of #B3C495
Complementary color
Monochromatic Colors of #B3C495
Black with #B3C495
Text Example
Text Example
White with #B3C495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C495; }
p { color: rgb(179,196,149); }
H1.HeaderClassName
{
color: #B3C495;
}
.AnyTagClassName
{
color: #B3C495;
}
</style>
background-color css
<style>
a { background-color: #B3C495; }
a { background-color: rgb(179,196,149); }
div.DivClassName
{
background-color: #B3C495;
}
.BgClassName
{
background-color: #B3C495;
}
</style>
border-color css
<style>
span { border-color: #B3C495; }
span { border-color: rgb(179,196,149); }
td.TdClassName
{
border-color: #B3C495;
}
.TagClassName
{
border-color: #B3C495;
}
</style>