Shades of Sprout #B6CE8C
Tints of Sprout #B6CE8C
RGB
CMYK
RGB Variations
Color information
#B6CE8C (or 0xB6CE8C) is known color: Sprout. HEX triplet: B6, CE and 8C. RGB value is (182,206,140). Sum of RGB (Red+Green+Blue) = 182+206+140=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CE8C is #493173. Grayscale: #BFBFBF. Windows color (decimal): -4796788 or 9227958. OLE color: 9227958.
HSL color Cylindrical-coordinate representation of color #B6CE8C: hue angle of 81.82º 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 #B6CE8C is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 140 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.19 |
| HSL | 81.82º | 0.4% | 0.68% | - |
| HSV(B) | 81.82º | 0.32% | 0.81% | - |
| XYZ | 46.1 | 55.98 | 33.19 | - |
| YUV | 191.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 140 | 0.12 | 0 | 0.32 | 0.19 | 81.82 | 0.4 | 0.68 |
| Hex | B6 | CE | 8C | C | 0 | 20 | 13 | 52 | 28 | 44 |
| Octal | 266 | 316 | 214 | 14 | 0 | 40 | 23 | 122 | 50 | 104 |
| Binary | 10110110 | 11001110 | 10001100 | 1100 | 0 | 100000 | 10011 | 1010010 | 101000 | 1000100 |
Color Harmonies of #B6CE8C
Complementary color
Monochromatic Colors of #B6CE8C
Black with #B6CE8C
Text Example
Text Example
White with #B6CE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CE8C; }
p { color: rgb(182,206,140); }
H1.HeaderClassName
{
color: #B6CE8C;
}
.AnyTagClassName
{
color: #B6CE8C;
}
</style>
background-color css
<style>
a { background-color: #B6CE8C; }
a { background-color: rgb(182,206,140); }
div.DivClassName
{
background-color: #B6CE8C;
}
.BgClassName
{
background-color: #B6CE8C;
}
</style>
border-color css
<style>
span { border-color: #B6CE8C; }
span { border-color: rgb(182,206,140); }
td.TdClassName
{
border-color: #B6CE8C;
}
.TagClassName
{
border-color: #B6CE8C;
}
</style>