Shades of Sprout #B5C095
Tints of Sprout #B5C095
RGB
CMYK
RGB Variations
Color information
#B5C095 (or 0xB5C095) is known color: Sprout. HEX triplet: B5, C0 and 95. RGB value is (181,192,149). Sum of RGB (Red+Green+Blue) = 181+192+149=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C095 is #4A3F6A. Grayscale: #B7B7B7. Windows color (decimal): -4865899 or 9814197. OLE color: 9814197.
HSL color Cylindrical-coordinate representation of color #B5C095: hue angle of 75.35º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5C095 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 149 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.25 |
| HSL | 75.35º | 0.25% | 0.67% | - |
| HSV(B) | 75.35º | 0.22% | 0.75% | - |
| XYZ | 43.33 | 49.69 | 35.74 | - |
| YUV | 183.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 149 | 0.06 | 0 | 0.22 | 0.25 | 75.35 | 0.25 | 0.67 |
| Hex | B5 | C0 | 95 | 6 | 0 | 16 | 19 | 4B | 19 | 43 |
| Octal | 265 | 300 | 225 | 6 | 0 | 26 | 31 | 113 | 31 | 103 |
| Binary | 10110101 | 11000000 | 10010101 | 110 | 0 | 10110 | 11001 | 1001011 | 11001 | 1000011 |
Color Harmonies of #B5C095
Complementary color
Monochromatic Colors of #B5C095
Black with #B5C095
Text Example
Text Example
White with #B5C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C095; }
p { color: rgb(181,192,149); }
H1.HeaderClassName
{
color: #B5C095;
}
.AnyTagClassName
{
color: #B5C095;
}
</style>
background-color css
<style>
a { background-color: #B5C095; }
a { background-color: rgb(181,192,149); }
div.DivClassName
{
background-color: #B5C095;
}
.BgClassName
{
background-color: #B5C095;
}
</style>
border-color css
<style>
span { border-color: #B5C095; }
span { border-color: rgb(181,192,149); }
td.TdClassName
{
border-color: #B5C095;
}
.TagClassName
{
border-color: #B5C095;
}
</style>