Shades of Sprout #B5C992
Tints of Sprout #B5C992
RGB
CMYK
RGB Variations
Color information
#B5C992 (or 0xB5C992) is known color: Sprout. HEX triplet: B5, C9 and 92. RGB value is (181,201,146). Sum of RGB (Red+Green+Blue) = 181+201+146=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C992 is #4A366D. Grayscale: #BCBCBC. Windows color (decimal): -4863598 or 9619893. OLE color: 9619893.
HSL color Cylindrical-coordinate representation of color #B5C992: hue angle of 81.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5C992 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 146 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.21 |
| HSL | 81.82º | 0.34% | 0.68% | - |
| HSV(B) | 81.82º | 0.27% | 0.79% | - |
| XYZ | 45.13 | 53.67 | 35.18 | - |
| YUV | 188.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 146 | 0.10 | 0 | 0.27 | 0.21 | 81.82 | 0.34 | 0.68 |
| Hex | B5 | C9 | 92 | A | 0 | 1B | 15 | 52 | 22 | 44 |
| Octal | 265 | 311 | 222 | 12 | 0 | 33 | 25 | 122 | 42 | 104 |
| Binary | 10110101 | 11001001 | 10010010 | 1010 | 0 | 11011 | 10101 | 1010010 | 100010 | 1000100 |
Color Harmonies of #B5C992
Complementary color
Monochromatic Colors of #B5C992
Black with #B5C992
Text Example
Text Example
White with #B5C992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C992; }
p { color: rgb(181,201,146); }
H1.HeaderClassName
{
color: #B5C992;
}
.AnyTagClassName
{
color: #B5C992;
}
</style>
background-color css
<style>
a { background-color: #B5C992; }
a { background-color: rgb(181,201,146); }
div.DivClassName
{
background-color: #B5C992;
}
.BgClassName
{
background-color: #B5C992;
}
</style>
border-color css
<style>
span { border-color: #B5C992; }
span { border-color: rgb(181,201,146); }
td.TdClassName
{
border-color: #B5C992;
}
.TagClassName
{
border-color: #B5C992;
}
</style>