Shades of Sprout #B5D190
Tints of Sprout #B5D190
RGB
CMYK
RGB Variations
Color information
#B5D190 (or 0xB5D190) is known color: Sprout. HEX triplet: B5, D1 and 90. RGB value is (181,209,144). Sum of RGB (Red+Green+Blue) = 181+209+144=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D190 is #4A2E6F. Grayscale: #C1C1C1. Windows color (decimal): -4861552 or 9490869. OLE color: 9490869.
HSL color Cylindrical-coordinate representation of color #B5D190: hue angle of 85.85º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5D190 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 144 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.18 |
| HSL | 85.85º | 0.41% | 0.69% | - |
| HSV(B) | 85.85º | 0.31% | 0.82% | - |
| XYZ | 46.89 | 57.44 | 35 | - |
| YUV | 193.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 144 | 0.13 | 0 | 0.31 | 0.18 | 85.85 | 0.41 | 0.69 |
| Hex | B5 | D1 | 90 | D | 0 | 1F | 12 | 56 | 29 | 45 |
| Octal | 265 | 321 | 220 | 15 | 0 | 37 | 22 | 126 | 51 | 105 |
| Binary | 10110101 | 11010001 | 10010000 | 1101 | 0 | 11111 | 10010 | 1010110 | 101001 | 1000101 |
Color Harmonies of #B5D190
Complementary color
Monochromatic Colors of #B5D190
Black with #B5D190
Text Example
Text Example
White with #B5D190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D190; }
p { color: rgb(181,209,144); }
H1.HeaderClassName
{
color: #B5D190;
}
.AnyTagClassName
{
color: #B5D190;
}
</style>
background-color css
<style>
a { background-color: #B5D190; }
a { background-color: rgb(181,209,144); }
div.DivClassName
{
background-color: #B5D190;
}
.BgClassName
{
background-color: #B5D190;
}
</style>
border-color css
<style>
span { border-color: #B5D190; }
span { border-color: rgb(181,209,144); }
td.TdClassName
{
border-color: #B5D190;
}
.TagClassName
{
border-color: #B5D190;
}
</style>