Shades of Sprout #B3C899
Tints of Sprout #B3C899
RGB
CMYK
RGB Variations
Color information
#B3C899 (or 0xB3C899) is known color: Sprout. HEX triplet: B3, C8 and 99. RGB value is (179,200,153). Sum of RGB (Red+Green+Blue) = 179+200+153=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C899 is #4C3766. Grayscale: #BCBCBC. Windows color (decimal): -4994919 or 10078387. OLE color: 10078387.
HSL color Cylindrical-coordinate representation of color #B3C899: hue angle of 86.81º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C899 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 153 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.22 |
| HSL | 86.81º | 0.3% | 0.69% | - |
| HSV(B) | 86.81º | 0.24% | 0.78% | - |
| XYZ | 44.99 | 53.19 | 38.03 | - |
| YUV | 188.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 153 | 0.10 | 0 | 0.24 | 0.22 | 86.81 | 0.3 | 0.69 |
| Hex | B3 | C8 | 99 | A | 0 | 18 | 16 | 57 | 1E | 45 |
| Octal | 263 | 310 | 231 | 12 | 0 | 30 | 26 | 127 | 36 | 105 |
| Binary | 10110011 | 11001000 | 10011001 | 1010 | 0 | 11000 | 10110 | 1010111 | 11110 | 1000101 |
Color Harmonies of #B3C899
Complementary color
Monochromatic Colors of #B3C899
Black with #B3C899
Text Example
Text Example
White with #B3C899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C899; }
p { color: rgb(179,200,153); }
H1.HeaderClassName
{
color: #B3C899;
}
.AnyTagClassName
{
color: #B3C899;
}
</style>
background-color css
<style>
a { background-color: #B3C899; }
a { background-color: rgb(179,200,153); }
div.DivClassName
{
background-color: #B3C899;
}
.BgClassName
{
background-color: #B3C899;
}
</style>
border-color css
<style>
span { border-color: #B3C899; }
span { border-color: rgb(179,200,153); }
td.TdClassName
{
border-color: #B3C899;
}
.TagClassName
{
border-color: #B3C899;
}
</style>