Shades of Sprout #B5CE8D
Tints of Sprout #B5CE8D
RGB
CMYK
RGB Variations
Color information
#B5CE8D (or 0xB5CE8D) is known color: Sprout. HEX triplet: B5, CE and 8D. RGB value is (181,206,141). Sum of RGB (Red+Green+Blue) = 181+206+141=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE8D is #4A3172. Grayscale: #BFBFBF. Windows color (decimal): -4862323 or 9293493. OLE color: 9293493.
HSL color Cylindrical-coordinate representation of color #B5CE8D: hue angle of 83.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5CE8D is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 141 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.19 |
| HSL | 83.08º | 0.4% | 0.68% | - |
| HSV(B) | 83.08º | 0.32% | 0.81% | - |
| XYZ | 45.94 | 55.89 | 33.57 | - |
| YUV | 191.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 141 | 0.12 | 0 | 0.32 | 0.19 | 83.08 | 0.4 | 0.68 |
| Hex | B5 | CE | 8D | C | 0 | 20 | 13 | 53 | 28 | 44 |
| Octal | 265 | 316 | 215 | 14 | 0 | 40 | 23 | 123 | 50 | 104 |
| Binary | 10110101 | 11001110 | 10001101 | 1100 | 0 | 100000 | 10011 | 1010011 | 101000 | 1000100 |
Color Harmonies of #B5CE8D
Complementary color
Monochromatic Colors of #B5CE8D
Black with #B5CE8D
Text Example
Text Example
White with #B5CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE8D; }
p { color: rgb(181,206,141); }
H1.HeaderClassName
{
color: #B5CE8D;
}
.AnyTagClassName
{
color: #B5CE8D;
}
</style>
background-color css
<style>
a { background-color: #B5CE8D; }
a { background-color: rgb(181,206,141); }
div.DivClassName
{
background-color: #B5CE8D;
}
.BgClassName
{
background-color: #B5CE8D;
}
</style>
border-color css
<style>
span { border-color: #B5CE8D; }
span { border-color: rgb(181,206,141); }
td.TdClassName
{
border-color: #B5CE8D;
}
.TagClassName
{
border-color: #B5CE8D;
}
</style>