Shades of Sprout #B3C293
Tints of Sprout #B3C293
RGB
CMYK
RGB Variations
Color information
#B3C293 (or 0xB3C293) is known color: Sprout. HEX triplet: B3, C2 and 93. RGB value is (179,194,147). Sum of RGB (Red+Green+Blue) = 179+194+147=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C293 is #4C3D6C. Grayscale: #B8B8B8. Windows color (decimal): -4996461 or 9683635. OLE color: 9683635.
HSL color Cylindrical-coordinate representation of color #B3C293: hue angle of 79.15º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C293 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 194 | 147 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.24 |
| HSL | 79.15º | 0.28% | 0.67% | - |
| HSV(B) | 79.15º | 0.24% | 0.76% | - |
| XYZ | 43.15 | 50.27 | 35.03 | - |
| YUV | 184.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 147 | 0.08 | 0 | 0.24 | 0.24 | 79.15 | 0.28 | 0.67 |
| Hex | B3 | C2 | 93 | 8 | 0 | 18 | 18 | 4F | 1C | 43 |
| Octal | 263 | 302 | 223 | 10 | 0 | 30 | 30 | 117 | 34 | 103 |
| Binary | 10110011 | 11000010 | 10010011 | 1000 | 0 | 11000 | 11000 | 1001111 | 11100 | 1000011 |
Color Harmonies of #B3C293
Complementary color
Monochromatic Colors of #B3C293
Black with #B3C293
Text Example
Text Example
White with #B3C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C293; }
p { color: rgb(179,194,147); }
H1.HeaderClassName
{
color: #B3C293;
}
.AnyTagClassName
{
color: #B3C293;
}
</style>
background-color css
<style>
a { background-color: #B3C293; }
a { background-color: rgb(179,194,147); }
div.DivClassName
{
background-color: #B3C293;
}
.BgClassName
{
background-color: #B3C293;
}
</style>
border-color css
<style>
span { border-color: #B3C293; }
span { border-color: rgb(179,194,147); }
td.TdClassName
{
border-color: #B3C293;
}
.TagClassName
{
border-color: #B3C293;
}
</style>