Shades of Sprout #B3C89E
Tints of Sprout #B3C89E
RGB
CMYK
RGB Variations
Color information
#B3C89E (or 0xB3C89E) is known color: Sprout. HEX triplet: B3, C8 and 9E. RGB value is (179,200,158). Sum of RGB (Red+Green+Blue) = 179+200+158=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C89E is #4C3761. Grayscale: #BDBDBD. Windows color (decimal): -4994914 or 10406067. OLE color: 10406067.
HSL color Cylindrical-coordinate representation of color #B3C89E: hue angle of 90º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3C89E is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 158 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.22 |
| HSL | 90º | 0.28% | 0.7% | - |
| HSV(B) | 90º | 0.21% | 0.78% | - |
| XYZ | 45.42 | 53.36 | 40.25 | - |
| YUV | 188.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 158 | 0.10 | 0 | 0.21 | 0.22 | 90 | 0.28 | 0.7 |
| Hex | B3 | C8 | 9E | A | 0 | 15 | 16 | 5A | 1C | 46 |
| Octal | 263 | 310 | 236 | 12 | 0 | 25 | 26 | 132 | 34 | 106 |
| Binary | 10110011 | 11001000 | 10011110 | 1010 | 0 | 10101 | 10110 | 1011010 | 11100 | 1000110 |
Color Harmonies of #B3C89E
Complementary color
Monochromatic Colors of #B3C89E
Black with #B3C89E
Text Example
Text Example
White with #B3C89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C89E; }
p { color: rgb(179,200,158); }
H1.HeaderClassName
{
color: #B3C89E;
}
.AnyTagClassName
{
color: #B3C89E;
}
</style>
background-color css
<style>
a { background-color: #B3C89E; }
a { background-color: rgb(179,200,158); }
div.DivClassName
{
background-color: #B3C89E;
}
.BgClassName
{
background-color: #B3C89E;
}
</style>
border-color css
<style>
span { border-color: #B3C89E; }
span { border-color: rgb(179,200,158); }
td.TdClassName
{
border-color: #B3C89E;
}
.TagClassName
{
border-color: #B3C89E;
}
</style>