Shades of Sprout #B6C497
Tints of Sprout #B6C497
RGB
CMYK
RGB Variations
Color information
#B6C497 (or 0xB6C497) is known color: Sprout. HEX triplet: B6, C4 and 97. RGB value is (182,196,151). Sum of RGB (Red+Green+Blue) = 182+196+151=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C497 is #493B68. Grayscale: #BABABA. Windows color (decimal): -4799337 or 9946294. OLE color: 9946294.
HSL color Cylindrical-coordinate representation of color #B6C497: hue angle of 78.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6C497 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 196 | 151 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.23 |
| HSL | 78.67º | 0.28% | 0.68% | - |
| HSV(B) | 78.67º | 0.23% | 0.77% | - |
| XYZ | 44.62 | 51.66 | 36.9 | - |
| YUV | 186.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 196 | 151 | 0.07 | 0 | 0.23 | 0.23 | 78.67 | 0.28 | 0.68 |
| Hex | B6 | C4 | 97 | 7 | 0 | 17 | 17 | 4F | 1C | 44 |
| Octal | 266 | 304 | 227 | 7 | 0 | 27 | 27 | 117 | 34 | 104 |
| Binary | 10110110 | 11000100 | 10010111 | 111 | 0 | 10111 | 10111 | 1001111 | 11100 | 1000100 |
Color Harmonies of #B6C497
Complementary color
Monochromatic Colors of #B6C497
Black with #B6C497
Text Example
Text Example
White with #B6C497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C497; }
p { color: rgb(182,196,151); }
H1.HeaderClassName
{
color: #B6C497;
}
.AnyTagClassName
{
color: #B6C497;
}
</style>
background-color css
<style>
a { background-color: #B6C497; }
a { background-color: rgb(182,196,151); }
div.DivClassName
{
background-color: #B6C497;
}
.BgClassName
{
background-color: #B6C497;
}
</style>
border-color css
<style>
span { border-color: #B6C497; }
span { border-color: rgb(182,196,151); }
td.TdClassName
{
border-color: #B6C497;
}
.TagClassName
{
border-color: #B6C497;
}
</style>