Shades of Sprout #B5D793
Tints of Sprout #B5D793
RGB
CMYK
RGB Variations
Color information
#B5D793 (or 0xB5D793) is known color: Sprout. HEX triplet: B5, D7 and 93. RGB value is (181,215,147). Sum of RGB (Red+Green+Blue) = 181+215+147=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D793 is #4A286C. Grayscale: #C5C5C5. Windows color (decimal): -4860013 or 9689013. OLE color: 9689013.
HSL color Cylindrical-coordinate representation of color #B5D793: hue angle of 90º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5D793 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 147 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.16 |
| HSL | 90º | 0.46% | 0.71% | - |
| HSV(B) | 90º | 0.32% | 0.84% | - |
| XYZ | 48.62 | 60.53 | 36.72 | - |
| YUV | 197.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 147 | 0.16 | 0 | 0.32 | 0.16 | 90 | 0.46 | 0.71 |
| Hex | B5 | D7 | 93 | 10 | 0 | 20 | 10 | 5A | 2E | 47 |
| Octal | 265 | 327 | 223 | 20 | 0 | 40 | 20 | 132 | 56 | 107 |
| Binary | 10110101 | 11010111 | 10010011 | 10000 | 0 | 100000 | 10000 | 1011010 | 101110 | 1000111 |
Color Harmonies of #B5D793
Complementary color
Monochromatic Colors of #B5D793
Black with #B5D793
Text Example
Text Example
White with #B5D793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D793; }
p { color: rgb(181,215,147); }
H1.HeaderClassName
{
color: #B5D793;
}
.AnyTagClassName
{
color: #B5D793;
}
</style>
background-color css
<style>
a { background-color: #B5D793; }
a { background-color: rgb(181,215,147); }
div.DivClassName
{
background-color: #B5D793;
}
.BgClassName
{
background-color: #B5D793;
}
</style>
border-color css
<style>
span { border-color: #B5D793; }
span { border-color: rgb(181,215,147); }
td.TdClassName
{
border-color: #B5D793;
}
.TagClassName
{
border-color: #B5D793;
}
</style>