Shades of Sprout #B3C990
Tints of Sprout #B3C990
RGB
CMYK
RGB Variations
Color information
#B3C990 (or 0xB3C990) is known color: Sprout. HEX triplet: B3, C9 and 90. RGB value is (179,201,144). Sum of RGB (Red+Green+Blue) = 179+201+144=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C990 is #4C366F. Grayscale: #BCBCBC. Windows color (decimal): -4994672 or 9488819. OLE color: 9488819.
HSL color Cylindrical-coordinate representation of color #B3C990: hue angle of 83.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3C990 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 201 | 144 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.21 |
| HSL | 83.16º | 0.35% | 0.68% | - |
| HSV(B) | 83.16º | 0.28% | 0.79% | - |
| XYZ | 44.51 | 53.37 | 34.34 | - |
| YUV | 187.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 201 | 144 | 0.11 | 0 | 0.28 | 0.21 | 83.16 | 0.35 | 0.68 |
| Hex | B3 | C9 | 90 | B | 0 | 1C | 15 | 53 | 23 | 44 |
| Octal | 263 | 311 | 220 | 13 | 0 | 34 | 25 | 123 | 43 | 104 |
| Binary | 10110011 | 11001001 | 10010000 | 1011 | 0 | 11100 | 10101 | 1010011 | 100011 | 1000100 |
Color Harmonies of #B3C990
Complementary color
Monochromatic Colors of #B3C990
Black with #B3C990
Text Example
Text Example
White with #B3C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C990; }
p { color: rgb(179,201,144); }
H1.HeaderClassName
{
color: #B3C990;
}
.AnyTagClassName
{
color: #B3C990;
}
</style>
background-color css
<style>
a { background-color: #B3C990; }
a { background-color: rgb(179,201,144); }
div.DivClassName
{
background-color: #B3C990;
}
.BgClassName
{
background-color: #B3C990;
}
</style>
border-color css
<style>
span { border-color: #B3C990; }
span { border-color: rgb(179,201,144); }
td.TdClassName
{
border-color: #B3C990;
}
.TagClassName
{
border-color: #B3C990;
}
</style>