Shades of Sprout #B8C49D
Tints of Sprout #B8C49D
RGB
CMYK
RGB Variations
Color information
#B8C49D (or 0xB8C49D) is known color: Sprout. HEX triplet: B8, C4 and 9D. RGB value is (184,196,157). Sum of RGB (Red+Green+Blue) = 184+196+157=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C49D is #473B62. Grayscale: #BCBCBC. Windows color (decimal): -4668259 or 10339512. OLE color: 10339512.
HSL color Cylindrical-coordinate representation of color #B8C49D: hue angle of 78.46º degrees, saturation: 0.25, 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 #B8C49D is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 157 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.23 |
| HSL | 78.46º | 0.25% | 0.69% | - |
| HSV(B) | 78.46º | 0.2% | 0.77% | - |
| XYZ | 45.59 | 52.1 | 39.55 | - |
| YUV | 187.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 157 | 0.06 | 0 | 0.20 | 0.23 | 78.46 | 0.25 | 0.69 |
| Hex | B8 | C4 | 9D | 6 | 0 | 14 | 17 | 4E | 19 | 45 |
| Octal | 270 | 304 | 235 | 6 | 0 | 24 | 27 | 116 | 31 | 105 |
| Binary | 10111000 | 11000100 | 10011101 | 110 | 0 | 10100 | 10111 | 1001110 | 11001 | 1000101 |
Color Harmonies of #B8C49D
Complementary color
Monochromatic Colors of #B8C49D
Black with #B8C49D
Text Example
Text Example
White with #B8C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C49D; }
p { color: rgb(184,196,157); }
H1.HeaderClassName
{
color: #B8C49D;
}
.AnyTagClassName
{
color: #B8C49D;
}
</style>
background-color css
<style>
a { background-color: #B8C49D; }
a { background-color: rgb(184,196,157); }
div.DivClassName
{
background-color: #B8C49D;
}
.BgClassName
{
background-color: #B8C49D;
}
</style>
border-color css
<style>
span { border-color: #B8C49D; }
span { border-color: rgb(184,196,157); }
td.TdClassName
{
border-color: #B8C49D;
}
.TagClassName
{
border-color: #B8C49D;
}
</style>