Shades of Sprout #B3C494
Tints of Sprout #B3C494
RGB
CMYK
RGB Variations
Color information
#B3C494 (or 0xB3C494) is known color: Sprout. HEX triplet: B3, C4 and 94. RGB value is (179,196,148). Sum of RGB (Red+Green+Blue) = 179+196+148=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C494 is #4C3B6B. Grayscale: #B9B9B9. Windows color (decimal): -4995948 or 9749683. OLE color: 9749683.
HSL color Cylindrical-coordinate representation of color #B3C494: hue angle of 81.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C494 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 148 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.23 |
| HSL | 81.25º | 0.29% | 0.67% | - |
| HSV(B) | 81.25º | 0.24% | 0.77% | - |
| XYZ | 43.68 | 51.2 | 35.6 | - |
| YUV | 185.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 148 | 0.09 | 0 | 0.24 | 0.23 | 81.25 | 0.29 | 0.67 |
| Hex | B3 | C4 | 94 | 9 | 0 | 18 | 17 | 51 | 1D | 43 |
| Octal | 263 | 304 | 224 | 11 | 0 | 30 | 27 | 121 | 35 | 103 |
| Binary | 10110011 | 11000100 | 10010100 | 1001 | 0 | 11000 | 10111 | 1010001 | 11101 | 1000011 |
Color Harmonies of #B3C494
Complementary color
Monochromatic Colors of #B3C494
Black with #B3C494
Text Example
Text Example
White with #B3C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C494; }
p { color: rgb(179,196,148); }
H1.HeaderClassName
{
color: #B3C494;
}
.AnyTagClassName
{
color: #B3C494;
}
</style>
background-color css
<style>
a { background-color: #B3C494; }
a { background-color: rgb(179,196,148); }
div.DivClassName
{
background-color: #B3C494;
}
.BgClassName
{
background-color: #B3C494;
}
</style>
border-color css
<style>
span { border-color: #B3C494; }
span { border-color: rgb(179,196,148); }
td.TdClassName
{
border-color: #B3C494;
}
.TagClassName
{
border-color: #B3C494;
}
</style>