Shades of Sprout #B5C49B
Tints of Sprout #B5C49B
RGB
CMYK
RGB Variations
Color information
#B5C49B (or 0xB5C49B) is known color: Sprout. HEX triplet: B5, C4 and 9B. RGB value is (181,196,155). Sum of RGB (Red+Green+Blue) = 181+196+155=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C49B is #4A3B64. Grayscale: #BABABA. Windows color (decimal): -4864869 or 10208437. OLE color: 10208437.
HSL color Cylindrical-coordinate representation of color #B5C49B: hue angle of 81.95º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5C49B is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 155 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.23 |
| HSL | 81.95º | 0.26% | 0.69% | - |
| HSV(B) | 81.95º | 0.21% | 0.77% | - |
| XYZ | 44.71 | 51.67 | 38.63 | - |
| YUV | 186.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 155 | 0.08 | 0 | 0.21 | 0.23 | 81.95 | 0.26 | 0.69 |
| Hex | B5 | C4 | 9B | 8 | 0 | 15 | 17 | 52 | 1A | 45 |
| Octal | 265 | 304 | 233 | 10 | 0 | 25 | 27 | 122 | 32 | 105 |
| Binary | 10110101 | 11000100 | 10011011 | 1000 | 0 | 10101 | 10111 | 1010010 | 11010 | 1000101 |
Color Harmonies of #B5C49B
Complementary color
Monochromatic Colors of #B5C49B
Black with #B5C49B
Text Example
Text Example
White with #B5C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C49B; }
p { color: rgb(181,196,155); }
H1.HeaderClassName
{
color: #B5C49B;
}
.AnyTagClassName
{
color: #B5C49B;
}
</style>
background-color css
<style>
a { background-color: #B5C49B; }
a { background-color: rgb(181,196,155); }
div.DivClassName
{
background-color: #B5C49B;
}
.BgClassName
{
background-color: #B5C49B;
}
</style>
border-color css
<style>
span { border-color: #B5C49B; }
span { border-color: rgb(181,196,155); }
td.TdClassName
{
border-color: #B5C49B;
}
.TagClassName
{
border-color: #B5C49B;
}
</style>