Shades of Sprout #B6C19D
Tints of Sprout #B6C19D
RGB
CMYK
RGB Variations
Color information
#B6C19D (or 0xB6C19D) is known color: Sprout. HEX triplet: B6, C1 and 9D. RGB value is (182,193,157). Sum of RGB (Red+Green+Blue) = 182+193+157=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C19D is #493E62. Grayscale: #B9B9B9. Windows color (decimal): -4800099 or 10338742. OLE color: 10338742.
HSL color Cylindrical-coordinate representation of color #B6C19D: hue angle of 78.33º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6C19D is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 193 | 157 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.24 |
| HSL | 78.33º | 0.23% | 0.69% | - |
| HSV(B) | 78.33º | 0.19% | 0.76% | - |
| XYZ | 44.45 | 50.52 | 39.31 | - |
| YUV | 185.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 157 | 0.06 | 0 | 0.19 | 0.24 | 78.33 | 0.23 | 0.69 |
| Hex | B6 | C1 | 9D | 6 | 0 | 13 | 18 | 4E | 16 | 45 |
| Octal | 266 | 301 | 235 | 6 | 0 | 23 | 30 | 116 | 26 | 105 |
| Binary | 10110110 | 11000001 | 10011101 | 110 | 0 | 10011 | 11000 | 1001110 | 10110 | 1000101 |
Color Harmonies of #B6C19D
Complementary color
Monochromatic Colors of #B6C19D
Black with #B6C19D
Text Example
Text Example
White with #B6C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C19D; }
p { color: rgb(182,193,157); }
H1.HeaderClassName
{
color: #B6C19D;
}
.AnyTagClassName
{
color: #B6C19D;
}
</style>
background-color css
<style>
a { background-color: #B6C19D; }
a { background-color: rgb(182,193,157); }
div.DivClassName
{
background-color: #B6C19D;
}
.BgClassName
{
background-color: #B6C19D;
}
</style>
border-color css
<style>
span { border-color: #B6C19D; }
span { border-color: rgb(182,193,157); }
td.TdClassName
{
border-color: #B6C19D;
}
.TagClassName
{
border-color: #B6C19D;
}
</style>