Shades of Sprout #B6C59D
Tints of Sprout #B6C59D
RGB
CMYK
RGB Variations
Color information
#B6C59D (or 0xB6C59D) is known color: Sprout. HEX triplet: B6, C5 and 9D. RGB value is (182,197,157). Sum of RGB (Red+Green+Blue) = 182+197+157=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C59D is #493A62. Grayscale: #BCBCBC. Windows color (decimal): -4799075 or 10339766. OLE color: 10339766.
HSL color Cylindrical-coordinate representation of color #B6C59D: hue angle of 82.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6C59D is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 197 | 157 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.23 |
| HSL | 82.5º | 0.26% | 0.69% | - |
| HSV(B) | 82.5º | 0.2% | 0.77% | - |
| XYZ | 45.34 | 52.31 | 39.61 | - |
| YUV | 187.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 157 | 0.08 | 0 | 0.20 | 0.23 | 82.5 | 0.26 | 0.69 |
| Hex | B6 | C5 | 9D | 8 | 0 | 14 | 17 | 52 | 1A | 45 |
| Octal | 266 | 305 | 235 | 10 | 0 | 24 | 27 | 122 | 32 | 105 |
| Binary | 10110110 | 11000101 | 10011101 | 1000 | 0 | 10100 | 10111 | 1010010 | 11010 | 1000101 |
Color Harmonies of #B6C59D
Complementary color
Monochromatic Colors of #B6C59D
Black with #B6C59D
Text Example
Text Example
White with #B6C59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C59D; }
p { color: rgb(182,197,157); }
H1.HeaderClassName
{
color: #B6C59D;
}
.AnyTagClassName
{
color: #B6C59D;
}
</style>
background-color css
<style>
a { background-color: #B6C59D; }
a { background-color: rgb(182,197,157); }
div.DivClassName
{
background-color: #B6C59D;
}
.BgClassName
{
background-color: #B6C59D;
}
</style>
border-color css
<style>
span { border-color: #B6C59D; }
span { border-color: rgb(182,197,157); }
td.TdClassName
{
border-color: #B6C59D;
}
.TagClassName
{
border-color: #B6C59D;
}
</style>