Shades of Sprout #B3C094
Tints of Sprout #B3C094
RGB
CMYK
RGB Variations
Color information
#B3C094 (or 0xB3C094) is known color: Sprout. HEX triplet: B3, C0 and 94. RGB value is (179,192,148). Sum of RGB (Red+Green+Blue) = 179+192+148=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C094 is #4C3F6B. Grayscale: #B7B7B7. Windows color (decimal): -4996972 or 9748659. OLE color: 9748659.
HSL color Cylindrical-coordinate representation of color #B3C094: hue angle of 77.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3C094 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 148 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.25 |
| HSL | 77.73º | 0.26% | 0.67% | - |
| HSV(B) | 77.73º | 0.23% | 0.75% | - |
| XYZ | 42.79 | 49.42 | 35.3 | - |
| YUV | 183.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 148 | 0.07 | 0 | 0.23 | 0.25 | 77.73 | 0.26 | 0.67 |
| Hex | B3 | C0 | 94 | 7 | 0 | 17 | 19 | 4E | 1A | 43 |
| Octal | 263 | 300 | 224 | 7 | 0 | 27 | 31 | 116 | 32 | 103 |
| Binary | 10110011 | 11000000 | 10010100 | 111 | 0 | 10111 | 11001 | 1001110 | 11010 | 1000011 |
Color Harmonies of #B3C094
Complementary color
Monochromatic Colors of #B3C094
Black with #B3C094
Text Example
Text Example
White with #B3C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C094; }
p { color: rgb(179,192,148); }
H1.HeaderClassName
{
color: #B3C094;
}
.AnyTagClassName
{
color: #B3C094;
}
</style>
background-color css
<style>
a { background-color: #B3C094; }
a { background-color: rgb(179,192,148); }
div.DivClassName
{
background-color: #B3C094;
}
.BgClassName
{
background-color: #B3C094;
}
</style>
border-color css
<style>
span { border-color: #B3C094; }
span { border-color: rgb(179,192,148); }
td.TdClassName
{
border-color: #B3C094;
}
.TagClassName
{
border-color: #B3C094;
}
</style>