Shades of Sprout #B5D695
Tints of Sprout #B5D695
RGB
CMYK
RGB Variations
Color information
#B5D695 (or 0xB5D695) is known color: Sprout. HEX triplet: B5, D6 and 95. RGB value is (181,214,149). Sum of RGB (Red+Green+Blue) = 181+214+149=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D695 is #4A296A. Grayscale: #C4C4C4. Windows color (decimal): -4860267 or 9819829. OLE color: 9819829.
HSL color Cylindrical-coordinate representation of color #B5D695: hue angle of 90.46º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5D695 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
RGB | 181 | 214 | 149 | - |
CMYK | 0.15 | 0 | 0.30 | 0.16 |
HSL | 90.46º | 0.44% | 0.71% | - |
HSV(B) | 90.46º | 0.3% | 0.84% | - |
XYZ | 48.53 | 60.09 | 37.47 | - |
YUV | 196.72 | 101.07 | 116.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 214 | 149 | 0.15 | 0 | 0.30 | 0.16 | 90.46 | 0.44 | 0.71 |
Hex | B5 | D6 | 95 | F | 0 | 1E | 10 | 5A | 2C | 47 |
Octal | 265 | 326 | 225 | 17 | 0 | 36 | 20 | 132 | 54 | 107 |
Binary | 10110101 | 11010110 | 10010101 | 1111 | 0 | 11110 | 10000 | 1011010 | 101100 | 1000111 |
Color Harmonies of #B5D695
Complementary color
Monochromatic Colors of #B5D695
Black with #B5D695
Text Example
Text Example
White with #B5D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D695; }
p { color: rgb(181,214,149); }
H1.HeaderClassName
{
color: #B5D695;
}
.AnyTagClassName
{
color: #B5D695;
}
</style>
background-color css
<style>
a { background-color: #B5D695; }
a { background-color: rgb(181,214,149); }
div.DivClassName
{
background-color: #B5D695;
}
.BgClassName
{
background-color: #B5D695;
}
</style>
border-color css
<style>
span { border-color: #B5D695; }
span { border-color: rgb(181,214,149); }
td.TdClassName
{
border-color: #B5D695;
}
.TagClassName
{
border-color: #B5D695;
}
</style>