Shades of Sprout #B5C698
Tints of Sprout #B5C698
RGB
CMYK
RGB Variations
Color information
#B5C698 (or 0xB5C698) is known color: Sprout. HEX triplet: B5, C6 and 98. RGB value is (181,198,152). Sum of RGB (Red+Green+Blue) = 181+198+152=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C698 is #4A3967. Grayscale: #BBBBBB. Windows color (decimal): -4864360 or 10012341. OLE color: 10012341.
HSL color Cylindrical-coordinate representation of color #B5C698: hue angle of 82.17º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C698 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 152 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.22 |
| HSL | 82.17º | 0.29% | 0.69% | - |
| HSV(B) | 82.17º | 0.23% | 0.78% | - |
| XYZ | 44.92 | 52.48 | 37.47 | - |
| YUV | 187.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 152 | 0.09 | 0 | 0.23 | 0.22 | 82.17 | 0.29 | 0.69 |
| Hex | B5 | C6 | 98 | 9 | 0 | 17 | 16 | 52 | 1D | 45 |
| Octal | 265 | 306 | 230 | 11 | 0 | 27 | 26 | 122 | 35 | 105 |
| Binary | 10110101 | 11000110 | 10011000 | 1001 | 0 | 10111 | 10110 | 1010010 | 11101 | 1000101 |
Color Harmonies of #B5C698
Complementary color
Monochromatic Colors of #B5C698
Black with #B5C698
Text Example
Text Example
White with #B5C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C698; }
p { color: rgb(181,198,152); }
H1.HeaderClassName
{
color: #B5C698;
}
.AnyTagClassName
{
color: #B5C698;
}
</style>
background-color css
<style>
a { background-color: #B5C698; }
a { background-color: rgb(181,198,152); }
div.DivClassName
{
background-color: #B5C698;
}
.BgClassName
{
background-color: #B5C698;
}
</style>
border-color css
<style>
span { border-color: #B5C698; }
span { border-color: rgb(181,198,152); }
td.TdClassName
{
border-color: #B5C698;
}
.TagClassName
{
border-color: #B5C698;
}
</style>