Shades of Sprout #B9CE9D
Tints of Sprout #B9CE9D
RGB
CMYK
RGB Variations
Color information
#B9CE9D (or 0xB9CE9D) is known color: Sprout. HEX triplet: B9, CE and 9D. RGB value is (185,206,157). Sum of RGB (Red+Green+Blue) = 185+206+157=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CE9D is #463162. Grayscale: #C2C2C2. Windows color (decimal): -4600163 or 10342073. OLE color: 10342073.
HSL color Cylindrical-coordinate representation of color #B9CE9D: hue angle of 85.71º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9CE9D is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 157 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.19 |
| HSL | 85.71º | 0.33% | 0.71% | - |
| HSV(B) | 85.71º | 0.24% | 0.81% | - |
| XYZ | 48.16 | 56.89 | 40.34 | - |
| YUV | 194.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 157 | 0.10 | 0 | 0.24 | 0.19 | 85.71 | 0.33 | 0.71 |
| Hex | B9 | CE | 9D | A | 0 | 18 | 13 | 56 | 21 | 47 |
| Octal | 271 | 316 | 235 | 12 | 0 | 30 | 23 | 126 | 41 | 107 |
| Binary | 10111001 | 11001110 | 10011101 | 1010 | 0 | 11000 | 10011 | 1010110 | 100001 | 1000111 |
Color Harmonies of #B9CE9D
Complementary color
Monochromatic Colors of #B9CE9D
Black with #B9CE9D
Text Example
Text Example
White with #B9CE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE9D; }
p { color: rgb(185,206,157); }
H1.HeaderClassName
{
color: #B9CE9D;
}
.AnyTagClassName
{
color: #B9CE9D;
}
</style>
background-color css
<style>
a { background-color: #B9CE9D; }
a { background-color: rgb(185,206,157); }
div.DivClassName
{
background-color: #B9CE9D;
}
.BgClassName
{
background-color: #B9CE9D;
}
</style>
border-color css
<style>
span { border-color: #B9CE9D; }
span { border-color: rgb(185,206,157); }
td.TdClassName
{
border-color: #B9CE9D;
}
.TagClassName
{
border-color: #B9CE9D;
}
</style>