Shades of Sprout #B6CE8D
Tints of Sprout #B6CE8D
RGB
CMYK
RGB Variations
Color information
#B6CE8D (or 0xB6CE8D) is known color: Sprout. HEX triplet: B6, CE and 8D. RGB value is (182,206,141). Sum of RGB (Red+Green+Blue) = 182+206+141=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CE8D is #493172. Grayscale: #BFBFBF. Windows color (decimal): -4796787 or 9293494. OLE color: 9293494.
HSL color Cylindrical-coordinate representation of color #B6CE8D: hue angle of 82.15º 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 #B6CE8D is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 141 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.19 |
| HSL | 82.15º | 0.4% | 0.68% | - |
| HSV(B) | 82.15º | 0.32% | 0.81% | - |
| XYZ | 46.17 | 56.01 | 33.58 | - |
| YUV | 191.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 141 | 0.12 | 0 | 0.32 | 0.19 | 82.15 | 0.4 | 0.68 |
| Hex | B6 | CE | 8D | C | 0 | 20 | 13 | 52 | 28 | 44 |
| Octal | 266 | 316 | 215 | 14 | 0 | 40 | 23 | 122 | 50 | 104 |
| Binary | 10110110 | 11001110 | 10001101 | 1100 | 0 | 100000 | 10011 | 1010010 | 101000 | 1000100 |
Color Harmonies of #B6CE8D
Complementary color
Monochromatic Colors of #B6CE8D
Black with #B6CE8D
Text Example
Text Example
White with #B6CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CE8D; }
p { color: rgb(182,206,141); }
H1.HeaderClassName
{
color: #B6CE8D;
}
.AnyTagClassName
{
color: #B6CE8D;
}
</style>
background-color css
<style>
a { background-color: #B6CE8D; }
a { background-color: rgb(182,206,141); }
div.DivClassName
{
background-color: #B6CE8D;
}
.BgClassName
{
background-color: #B6CE8D;
}
</style>
border-color css
<style>
span { border-color: #B6CE8D; }
span { border-color: rgb(182,206,141); }
td.TdClassName
{
border-color: #B6CE8D;
}
.TagClassName
{
border-color: #B6CE8D;
}
</style>