Shades of Sprout #B5D38E
Tints of Sprout #B5D38E
RGB
CMYK
RGB Variations
Color information
#B5D38E (or 0xB5D38E) is known color: Sprout. HEX triplet: B5, D3 and 8E. RGB value is (181,211,142). Sum of RGB (Red+Green+Blue) = 181+211+142=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D38E is #4A2C71. Grayscale: #C2C2C2. Windows color (decimal): -4861042 or 9360309. OLE color: 9360309.
HSL color Cylindrical-coordinate representation of color #B5D38E: hue angle of 86.09º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5D38E is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 142 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.17 |
| HSL | 86.09º | 0.44% | 0.69% | - |
| HSV(B) | 86.09º | 0.33% | 0.83% | - |
| XYZ | 47.23 | 58.37 | 34.37 | - |
| YUV | 194.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 142 | 0.14 | 0 | 0.33 | 0.17 | 86.09 | 0.44 | 0.69 |
| Hex | B5 | D3 | 8E | E | 0 | 21 | 11 | 56 | 2C | 45 |
| Octal | 265 | 323 | 216 | 16 | 0 | 41 | 21 | 126 | 54 | 105 |
| Binary | 10110101 | 11010011 | 10001110 | 1110 | 0 | 100001 | 10001 | 1010110 | 101100 | 1000101 |
Color Harmonies of #B5D38E
Complementary color
Monochromatic Colors of #B5D38E
Black with #B5D38E
Text Example
Text Example
White with #B5D38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D38E; }
p { color: rgb(181,211,142); }
H1.HeaderClassName
{
color: #B5D38E;
}
.AnyTagClassName
{
color: #B5D38E;
}
</style>
background-color css
<style>
a { background-color: #B5D38E; }
a { background-color: rgb(181,211,142); }
div.DivClassName
{
background-color: #B5D38E;
}
.BgClassName
{
background-color: #B5D38E;
}
</style>
border-color css
<style>
span { border-color: #B5D38E; }
span { border-color: rgb(181,211,142); }
td.TdClassName
{
border-color: #B5D38E;
}
.TagClassName
{
border-color: #B5D38E;
}
</style>