Shades of Sprout #B5C595
Tints of Sprout #B5C595
RGB
CMYK
RGB Variations
Color information
#B5C595 (or 0xB5C595) is known color: Sprout. HEX triplet: B5, C5 and 95. RGB value is (181,197,149). Sum of RGB (Red+Green+Blue) = 181+197+149=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C595 is #4A3A6A. Grayscale: #BABABA. Windows color (decimal): -4864619 or 9815477. OLE color: 9815477.
HSL color Cylindrical-coordinate representation of color #B5C595: hue angle of 80º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5C595 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 149 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.23 |
| HSL | 80º | 0.29% | 0.68% | - |
| HSV(B) | 80º | 0.24% | 0.77% | - |
| XYZ | 44.45 | 51.93 | 36.11 | - |
| YUV | 186.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 149 | 0.08 | 0 | 0.24 | 0.23 | 80 | 0.29 | 0.68 |
| Hex | B5 | C5 | 95 | 8 | 0 | 18 | 17 | 50 | 1D | 44 |
| Octal | 265 | 305 | 225 | 10 | 0 | 30 | 27 | 120 | 35 | 104 |
| Binary | 10110101 | 11000101 | 10010101 | 1000 | 0 | 11000 | 10111 | 1010000 | 11101 | 1000100 |
Color Harmonies of #B5C595
Complementary color
Monochromatic Colors of #B5C595
Black with #B5C595
Text Example
Text Example
White with #B5C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C595; }
p { color: rgb(181,197,149); }
H1.HeaderClassName
{
color: #B5C595;
}
.AnyTagClassName
{
color: #B5C595;
}
</style>
background-color css
<style>
a { background-color: #B5C595; }
a { background-color: rgb(181,197,149); }
div.DivClassName
{
background-color: #B5C595;
}
.BgClassName
{
background-color: #B5C595;
}
</style>
border-color css
<style>
span { border-color: #B5C595; }
span { border-color: rgb(181,197,149); }
td.TdClassName
{
border-color: #B5C595;
}
.TagClassName
{
border-color: #B5C595;
}
</style>