Shades of Sprout #B5D48B
Tints of Sprout #B5D48B
RGB
CMYK
RGB Variations
Color information
#B5D48B (or 0xB5D48B) is known color: Sprout. HEX triplet: B5, D4 and 8B. RGB value is (181,212,139). Sum of RGB (Red+Green+Blue) = 181+212+139=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D48B is #4A2B74. Grayscale: #C2C2C2. Windows color (decimal): -4860789 or 9163957. OLE color: 9163957.
HSL color Cylindrical-coordinate representation of color #B5D48B: hue angle of 85.48º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5D48B is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 139 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.17 |
| HSL | 85.48º | 0.46% | 0.69% | - |
| HSV(B) | 85.48º | 0.34% | 0.83% | - |
| XYZ | 47.26 | 58.77 | 33.28 | - |
| YUV | 194.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 139 | 0.15 | 0 | 0.34 | 0.17 | 85.48 | 0.46 | 0.69 |
| Hex | B5 | D4 | 8B | F | 0 | 22 | 11 | 55 | 2E | 45 |
| Octal | 265 | 324 | 213 | 17 | 0 | 42 | 21 | 125 | 56 | 105 |
| Binary | 10110101 | 11010100 | 10001011 | 1111 | 0 | 100010 | 10001 | 1010101 | 101110 | 1000101 |
Color Harmonies of #B5D48B
Complementary color
Monochromatic Colors of #B5D48B
Black with #B5D48B
Text Example
Text Example
White with #B5D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D48B; }
p { color: rgb(181,212,139); }
H1.HeaderClassName
{
color: #B5D48B;
}
.AnyTagClassName
{
color: #B5D48B;
}
</style>
background-color css
<style>
a { background-color: #B5D48B; }
a { background-color: rgb(181,212,139); }
div.DivClassName
{
background-color: #B5D48B;
}
.BgClassName
{
background-color: #B5D48B;
}
</style>
border-color css
<style>
span { border-color: #B5D48B; }
span { border-color: rgb(181,212,139); }
td.TdClassName
{
border-color: #B5D48B;
}
.TagClassName
{
border-color: #B5D48B;
}
</style>