Shades of Sprout #B6CA91
Tints of Sprout #B6CA91
RGB
CMYK
RGB Variations
Color information
#B6CA91 (or 0xB6CA91) is known color: Sprout. HEX triplet: B6, CA and 91. RGB value is (182,202,145). Sum of RGB (Red+Green+Blue) = 182+202+145=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA91 is #49356E. Grayscale: #BDBDBD. Windows color (decimal): -4797807 or 9554614. OLE color: 9554614.
HSL color Cylindrical-coordinate representation of color #B6CA91: hue angle of 81.05º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6CA91 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 202 | 145 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.21 |
| HSL | 81.05º | 0.35% | 0.68% | - |
| HSV(B) | 81.05º | 0.28% | 0.79% | - |
| XYZ | 45.52 | 54.23 | 34.86 | - |
| YUV | 189.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 202 | 145 | 0.10 | 0 | 0.28 | 0.21 | 81.05 | 0.35 | 0.68 |
| Hex | B6 | CA | 91 | A | 0 | 1C | 15 | 51 | 23 | 44 |
| Octal | 266 | 312 | 221 | 12 | 0 | 34 | 25 | 121 | 43 | 104 |
| Binary | 10110110 | 11001010 | 10010001 | 1010 | 0 | 11100 | 10101 | 1010001 | 100011 | 1000100 |
Color Harmonies of #B6CA91
Complementary color
Monochromatic Colors of #B6CA91
Black with #B6CA91
Text Example
Text Example
White with #B6CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CA91; }
p { color: rgb(182,202,145); }
H1.HeaderClassName
{
color: #B6CA91;
}
.AnyTagClassName
{
color: #B6CA91;
}
</style>
background-color css
<style>
a { background-color: #B6CA91; }
a { background-color: rgb(182,202,145); }
div.DivClassName
{
background-color: #B6CA91;
}
.BgClassName
{
background-color: #B6CA91;
}
</style>
border-color css
<style>
span { border-color: #B6CA91; }
span { border-color: rgb(182,202,145); }
td.TdClassName
{
border-color: #B6CA91;
}
.TagClassName
{
border-color: #B6CA91;
}
</style>