Shades of Sprout #B6C59C
Tints of Sprout #B6C59C
RGB
CMYK
RGB Variations
Color information
#B6C59C (or 0xB6C59C) is known color: Sprout. HEX triplet: B6, C5 and 9C. RGB value is (182,197,156). Sum of RGB (Red+Green+Blue) = 182+197+156=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C59C is #493A63. Grayscale: #BBBBBB. Windows color (decimal): -4799076 or 10274230. OLE color: 10274230.
HSL color Cylindrical-coordinate representation of color #B6C59C: hue angle of 81.95º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C59C is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 197 | 156 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.23 |
| HSL | 81.95º | 0.26% | 0.69% | - |
| HSV(B) | 81.95º | 0.21% | 0.77% | - |
| XYZ | 45.26 | 52.28 | 39.16 | - |
| YUV | 187.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 156 | 0.08 | 0 | 0.21 | 0.23 | 81.95 | 0.26 | 0.69 |
| Hex | B6 | C5 | 9C | 8 | 0 | 15 | 17 | 52 | 1A | 45 |
| Octal | 266 | 305 | 234 | 10 | 0 | 25 | 27 | 122 | 32 | 105 |
| Binary | 10110110 | 11000101 | 10011100 | 1000 | 0 | 10101 | 10111 | 1010010 | 11010 | 1000101 |
Color Harmonies of #B6C59C
Complementary color
Monochromatic Colors of #B6C59C
Black with #B6C59C
Text Example
Text Example
White with #B6C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C59C; }
p { color: rgb(182,197,156); }
H1.HeaderClassName
{
color: #B6C59C;
}
.AnyTagClassName
{
color: #B6C59C;
}
</style>
background-color css
<style>
a { background-color: #B6C59C; }
a { background-color: rgb(182,197,156); }
div.DivClassName
{
background-color: #B6C59C;
}
.BgClassName
{
background-color: #B6C59C;
}
</style>
border-color css
<style>
span { border-color: #B6C59C; }
span { border-color: rgb(182,197,156); }
td.TdClassName
{
border-color: #B6C59C;
}
.TagClassName
{
border-color: #B6C59C;
}
</style>