Shades of Sprout #B8C19D
Tints of Sprout #B8C19D
RGB
CMYK
RGB Variations
Color information
#B8C19D (or 0xB8C19D) is known color: Sprout. HEX triplet: B8, C1 and 9D. RGB value is (184,193,157). Sum of RGB (Red+Green+Blue) = 184+193+157=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C19D is #473E62. Grayscale: #BABABA. Windows color (decimal): -4669027 or 10338744. OLE color: 10338744.
HSL color Cylindrical-coordinate representation of color #B8C19D: hue angle of 75º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8C19D is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 157 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.24 |
| HSL | 75º | 0.23% | 0.69% | - |
| HSV(B) | 75º | 0.19% | 0.76% | - |
| XYZ | 44.92 | 50.76 | 39.33 | - |
| YUV | 186.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 157 | 0.05 | 0 | 0.19 | 0.24 | 75 | 0.23 | 0.69 |
| Hex | B8 | C1 | 9D | 5 | 0 | 13 | 18 | 4B | 16 | 45 |
| Octal | 270 | 301 | 235 | 5 | 0 | 23 | 30 | 113 | 26 | 105 |
| Binary | 10111000 | 11000001 | 10011101 | 101 | 0 | 10011 | 11000 | 1001011 | 10110 | 1000101 |
Color Harmonies of #B8C19D
Complementary color
Monochromatic Colors of #B8C19D
Black with #B8C19D
Text Example
Text Example
White with #B8C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C19D; }
p { color: rgb(184,193,157); }
H1.HeaderClassName
{
color: #B8C19D;
}
.AnyTagClassName
{
color: #B8C19D;
}
</style>
background-color css
<style>
a { background-color: #B8C19D; }
a { background-color: rgb(184,193,157); }
div.DivClassName
{
background-color: #B8C19D;
}
.BgClassName
{
background-color: #B8C19D;
}
</style>
border-color css
<style>
span { border-color: #B8C19D; }
span { border-color: rgb(184,193,157); }
td.TdClassName
{
border-color: #B8C19D;
}
.TagClassName
{
border-color: #B8C19D;
}
</style>