Shades of Sprout #B5D492
Tints of Sprout #B5D492
RGB
CMYK
RGB Variations
Color information
#B5D492 (or 0xB5D492) is known color: Sprout. HEX triplet: B5, D4 and 92. RGB value is (181,212,146). Sum of RGB (Red+Green+Blue) = 181+212+146=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D492 is #4A2B6D. Grayscale: #C3C3C3. Windows color (decimal): -4860782 or 9622709. OLE color: 9622709.
HSL color Cylindrical-coordinate representation of color #B5D492: hue angle of 88.18º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5D492 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 146 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.17 |
| HSL | 88.18º | 0.43% | 0.7% | - |
| HSV(B) | 88.18º | 0.31% | 0.83% | - |
| XYZ | 47.79 | 58.99 | 36.06 | - |
| YUV | 195.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 146 | 0.15 | 0 | 0.31 | 0.17 | 88.18 | 0.43 | 0.7 |
| Hex | B5 | D4 | 92 | F | 0 | 1F | 11 | 58 | 2B | 46 |
| Octal | 265 | 324 | 222 | 17 | 0 | 37 | 21 | 130 | 53 | 106 |
| Binary | 10110101 | 11010100 | 10010010 | 1111 | 0 | 11111 | 10001 | 1011000 | 101011 | 1000110 |
Color Harmonies of #B5D492
Complementary color
Monochromatic Colors of #B5D492
Black with #B5D492
Text Example
Text Example
White with #B5D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D492; }
p { color: rgb(181,212,146); }
H1.HeaderClassName
{
color: #B5D492;
}
.AnyTagClassName
{
color: #B5D492;
}
</style>
background-color css
<style>
a { background-color: #B5D492; }
a { background-color: rgb(181,212,146); }
div.DivClassName
{
background-color: #B5D492;
}
.BgClassName
{
background-color: #B5D492;
}
</style>
border-color css
<style>
span { border-color: #B5D492; }
span { border-color: rgb(181,212,146); }
td.TdClassName
{
border-color: #B5D492;
}
.TagClassName
{
border-color: #B5D492;
}
</style>