Shades of Sprout #B5C19C
Tints of Sprout #B5C19C
RGB
CMYK
RGB Variations
Color information
#B5C19C (or 0xB5C19C) is known color: Sprout. HEX triplet: B5, C1 and 9C. RGB value is (181,193,156). Sum of RGB (Red+Green+Blue) = 181+193+156=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C19C is #4A3E63. Grayscale: #B9B9B9. Windows color (decimal): -4865636 or 10273205. OLE color: 10273205.
HSL color Cylindrical-coordinate representation of color #B5C19C: hue angle of 79.46º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5C19C is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 156 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.24 |
| HSL | 79.46º | 0.23% | 0.68% | - |
| HSV(B) | 79.46º | 0.19% | 0.76% | - |
| XYZ | 44.13 | 50.36 | 38.85 | - |
| YUV | 185.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 156 | 0.06 | 0 | 0.19 | 0.24 | 79.46 | 0.23 | 0.68 |
| Hex | B5 | C1 | 9C | 6 | 0 | 13 | 18 | 4F | 17 | 44 |
| Octal | 265 | 301 | 234 | 6 | 0 | 23 | 30 | 117 | 27 | 104 |
| Binary | 10110101 | 11000001 | 10011100 | 110 | 0 | 10011 | 11000 | 1001111 | 10111 | 1000100 |
Color Harmonies of #B5C19C
Complementary color
Monochromatic Colors of #B5C19C
Black with #B5C19C
Text Example
Text Example
White with #B5C19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C19C; }
p { color: rgb(181,193,156); }
H1.HeaderClassName
{
color: #B5C19C;
}
.AnyTagClassName
{
color: #B5C19C;
}
</style>
background-color css
<style>
a { background-color: #B5C19C; }
a { background-color: rgb(181,193,156); }
div.DivClassName
{
background-color: #B5C19C;
}
.BgClassName
{
background-color: #B5C19C;
}
</style>
border-color css
<style>
span { border-color: #B5C19C; }
span { border-color: rgb(181,193,156); }
td.TdClassName
{
border-color: #B5C19C;
}
.TagClassName
{
border-color: #B5C19C;
}
</style>