Shades of Sprout #B5D48D
Tints of Sprout #B5D48D
RGB
CMYK
RGB Variations
Color information
#B5D48D (or 0xB5D48D) is known color: Sprout. HEX triplet: B5, D4 and 8D. RGB value is (181,212,141). Sum of RGB (Red+Green+Blue) = 181+212+141=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D48D is #4A2B72. Grayscale: #C2C2C2. Windows color (decimal): -4860787 or 9295029. OLE color: 9295029.
HSL color Cylindrical-coordinate representation of color #B5D48D: hue angle of 86.2º degrees, saturation: 0.45, 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 #B5D48D is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
RGB | 181 | 212 | 141 | - |
CMYK | 0.15 | 0 | 0.33 | 0.17 |
HSL | 86.2º | 0.45% | 0.69% | - |
HSV(B) | 86.2º | 0.33% | 0.83% | - |
XYZ | 47.41 | 58.83 | 34.06 | - |
YUV | 194.64 | 97.73 | 118.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 212 | 141 | 0.15 | 0 | 0.33 | 0.17 | 86.2 | 0.45 | 0.69 |
Hex | B5 | D4 | 8D | F | 0 | 21 | 11 | 56 | 2D | 45 |
Octal | 265 | 324 | 215 | 17 | 0 | 41 | 21 | 126 | 55 | 105 |
Binary | 10110101 | 11010100 | 10001101 | 1111 | 0 | 100001 | 10001 | 1010110 | 101101 | 1000101 |
Color Harmonies of #B5D48D
Complementary color
Monochromatic Colors of #B5D48D
Black with #B5D48D
Text Example
Text Example
White with #B5D48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D48D; }
p { color: rgb(181,212,141); }
H1.HeaderClassName
{
color: #B5D48D;
}
.AnyTagClassName
{
color: #B5D48D;
}
</style>
background-color css
<style>
a { background-color: #B5D48D; }
a { background-color: rgb(181,212,141); }
div.DivClassName
{
background-color: #B5D48D;
}
.BgClassName
{
background-color: #B5D48D;
}
</style>
border-color css
<style>
span { border-color: #B5D48D; }
span { border-color: rgb(181,212,141); }
td.TdClassName
{
border-color: #B5D48D;
}
.TagClassName
{
border-color: #B5D48D;
}
</style>