Shades of Sprout #B6CB8D
Tints of Sprout #B6CB8D
RGB
CMYK
RGB Variations
Color information
#B6CB8D (or 0xB6CB8D) is known color: Sprout. HEX triplet: B6, CB and 8D. RGB value is (182,203,141). Sum of RGB (Red+Green+Blue) = 182+203+141=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CB8D is #493472. Grayscale: #BDBDBD. Windows color (decimal): -4797555 or 9292726. OLE color: 9292726.
HSL color Cylindrical-coordinate representation of color #B6CB8D: hue angle of 80.32º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6CB8D is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 203 | 141 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.20 |
| HSL | 80.32º | 0.37% | 0.67% | - |
| HSV(B) | 80.32º | 0.31% | 0.8% | - |
| XYZ | 45.46 | 54.58 | 33.34 | - |
| YUV | 189.65 | 100.54 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 203 | 141 | 0.10 | 0 | 0.31 | 0.20 | 80.32 | 0.37 | 0.67 |
| Hex | B6 | CB | 8D | A | 0 | 1F | 14 | 50 | 25 | 43 |
| Octal | 266 | 313 | 215 | 12 | 0 | 37 | 24 | 120 | 45 | 103 |
| Binary | 10110110 | 11001011 | 10001101 | 1010 | 0 | 11111 | 10100 | 1010000 | 100101 | 1000011 |
Color Harmonies of #B6CB8D
Complementary color
Monochromatic Colors of #B6CB8D
Black with #B6CB8D
Text Example
Text Example
White with #B6CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CB8D; }
p { color: rgb(182,203,141); }
H1.HeaderClassName
{
color: #B6CB8D;
}
.AnyTagClassName
{
color: #B6CB8D;
}
</style>
background-color css
<style>
a { background-color: #B6CB8D; }
a { background-color: rgb(182,203,141); }
div.DivClassName
{
background-color: #B6CB8D;
}
.BgClassName
{
background-color: #B6CB8D;
}
</style>
border-color css
<style>
span { border-color: #B6CB8D; }
span { border-color: rgb(182,203,141); }
td.TdClassName
{
border-color: #B6CB8D;
}
.TagClassName
{
border-color: #B6CB8D;
}
</style>