Shades of Sprout #B6CE9E
Tints of Sprout #B6CE9E
RGB
CMYK
RGB Variations
Color information
#B6CE9E (or 0xB6CE9E) is known color: Sprout. HEX triplet: B6, CE and 9E. RGB value is (182,206,158). Sum of RGB (Red+Green+Blue) = 182+206+158=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CE9E is #493161. Grayscale: #C1C1C1. Windows color (decimal): -4796770 or 10407606. OLE color: 10407606.
HSL color Cylindrical-coordinate representation of color #B6CE9E: hue angle of 90º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6CE9E is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 158 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.19 |
| HSL | 90º | 0.33% | 0.71% | - |
| HSV(B) | 90º | 0.23% | 0.81% | - |
| XYZ | 47.53 | 56.56 | 40.76 | - |
| YUV | 193.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 158 | 0.12 | 0 | 0.23 | 0.19 | 90 | 0.33 | 0.71 |
| Hex | B6 | CE | 9E | C | 0 | 17 | 13 | 5A | 21 | 47 |
| Octal | 266 | 316 | 236 | 14 | 0 | 27 | 23 | 132 | 41 | 107 |
| Binary | 10110110 | 11001110 | 10011110 | 1100 | 0 | 10111 | 10011 | 1011010 | 100001 | 1000111 |
Color Harmonies of #B6CE9E
Complementary color
Monochromatic Colors of #B6CE9E
Black with #B6CE9E
Text Example
Text Example
White with #B6CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CE9E; }
p { color: rgb(182,206,158); }
H1.HeaderClassName
{
color: #B6CE9E;
}
.AnyTagClassName
{
color: #B6CE9E;
}
</style>
background-color css
<style>
a { background-color: #B6CE9E; }
a { background-color: rgb(182,206,158); }
div.DivClassName
{
background-color: #B6CE9E;
}
.BgClassName
{
background-color: #B6CE9E;
}
</style>
border-color css
<style>
span { border-color: #B6CE9E; }
span { border-color: rgb(182,206,158); }
td.TdClassName
{
border-color: #B6CE9E;
}
.TagClassName
{
border-color: #B6CE9E;
}
</style>