Shades of Sprout #B5C19D
Tints of Sprout #B5C19D
RGB
CMYK
RGB Variations
Color information
#B5C19D (or 0xB5C19D) is known color: Sprout. HEX triplet: B5, C1 and 9D. RGB value is (181,193,157). Sum of RGB (Red+Green+Blue) = 181+193+157=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C19D is #4A3E62. Grayscale: #B9B9B9. Windows color (decimal): -4865635 or 10338741. OLE color: 10338741.
HSL color Cylindrical-coordinate representation of color #B5C19D: hue angle of 80º 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 #B5C19D is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 157 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.24 |
| HSL | 80º | 0.23% | 0.69% | - |
| HSV(B) | 80º | 0.19% | 0.76% | - |
| XYZ | 44.21 | 50.4 | 39.3 | - |
| YUV | 185.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 157 | 0.06 | 0 | 0.19 | 0.24 | 80 | 0.23 | 0.69 |
| Hex | B5 | C1 | 9D | 6 | 0 | 13 | 18 | 50 | 16 | 45 |
| Octal | 265 | 301 | 235 | 6 | 0 | 23 | 30 | 120 | 26 | 105 |
| Binary | 10110101 | 11000001 | 10011101 | 110 | 0 | 10011 | 11000 | 1010000 | 10110 | 1000101 |
Color Harmonies of #B5C19D
Complementary color
Monochromatic Colors of #B5C19D
Black with #B5C19D
Text Example
Text Example
White with #B5C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C19D; }
p { color: rgb(181,193,157); }
H1.HeaderClassName
{
color: #B5C19D;
}
.AnyTagClassName
{
color: #B5C19D;
}
</style>
background-color css
<style>
a { background-color: #B5C19D; }
a { background-color: rgb(181,193,157); }
div.DivClassName
{
background-color: #B5C19D;
}
.BgClassName
{
background-color: #B5C19D;
}
</style>
border-color css
<style>
span { border-color: #B5C19D; }
span { border-color: rgb(181,193,157); }
td.TdClassName
{
border-color: #B5C19D;
}
.TagClassName
{
border-color: #B5C19D;
}
</style>