Shades of Sprout #B5C995
Tints of Sprout #B5C995
RGB
CMYK
RGB Variations
Color information
#B5C995 (or 0xB5C995) is known color: Sprout. HEX triplet: B5, C9 and 95. RGB value is (181,201,149). Sum of RGB (Red+Green+Blue) = 181+201+149=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C995 is #4A366A. Grayscale: #BDBDBD. Windows color (decimal): -4863595 or 9816501. OLE color: 9816501.
HSL color Cylindrical-coordinate representation of color #B5C995: hue angle of 83.08º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5C995 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 149 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.21 |
| HSL | 83.08º | 0.33% | 0.69% | - |
| HSV(B) | 83.08º | 0.26% | 0.79% | - |
| XYZ | 45.37 | 53.77 | 36.42 | - |
| YUV | 189.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 149 | 0.10 | 0 | 0.26 | 0.21 | 83.08 | 0.33 | 0.69 |
| Hex | B5 | C9 | 95 | A | 0 | 1A | 15 | 53 | 20 | 45 |
| Octal | 265 | 311 | 225 | 12 | 0 | 32 | 25 | 123 | 40 | 105 |
| Binary | 10110101 | 11001001 | 10010101 | 1010 | 0 | 11010 | 10101 | 1010011 | 100000 | 1000101 |
Color Harmonies of #B5C995
Complementary color
Monochromatic Colors of #B5C995
Black with #B5C995
Text Example
Text Example
White with #B5C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C995; }
p { color: rgb(181,201,149); }
H1.HeaderClassName
{
color: #B5C995;
}
.AnyTagClassName
{
color: #B5C995;
}
</style>
background-color css
<style>
a { background-color: #B5C995; }
a { background-color: rgb(181,201,149); }
div.DivClassName
{
background-color: #B5C995;
}
.BgClassName
{
background-color: #B5C995;
}
</style>
border-color css
<style>
span { border-color: #B5C995; }
span { border-color: rgb(181,201,149); }
td.TdClassName
{
border-color: #B5C995;
}
.TagClassName
{
border-color: #B5C995;
}
</style>