Shades of Sprout #B9D698
Tints of Sprout #B9D698
RGB
CMYK
RGB Variations
Color information
#B9D698 (or 0xB9D698) is known color: Sprout. HEX triplet: B9, D6 and 98. RGB value is (185,214,152). Sum of RGB (Red+Green+Blue) = 185+214+152=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D698 is #462967. Grayscale: #C6C6C6. Windows color (decimal): -4598120 or 10016441. OLE color: 10016441.
HSL color Cylindrical-coordinate representation of color #B9D698: hue angle of 88.06º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9D698 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 214 | 152 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.16 |
| HSL | 88.06º | 0.43% | 0.72% | - |
| HSV(B) | 88.06º | 0.29% | 0.84% | - |
| XYZ | 49.72 | 60.67 | 38.8 | - |
| YUV | 198.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 152 | 0.14 | 0 | 0.29 | 0.16 | 88.06 | 0.43 | 0.72 |
| Hex | B9 | D6 | 98 | E | 0 | 1D | 10 | 58 | 2B | 48 |
| Octal | 271 | 326 | 230 | 16 | 0 | 35 | 20 | 130 | 53 | 110 |
| Binary | 10111001 | 11010110 | 10011000 | 1110 | 0 | 11101 | 10000 | 1011000 | 101011 | 1001000 |
Color Harmonies of #B9D698
Complementary color
Monochromatic Colors of #B9D698
Black with #B9D698
Text Example
Text Example
White with #B9D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D698; }
p { color: rgb(185,214,152); }
H1.HeaderClassName
{
color: #B9D698;
}
.AnyTagClassName
{
color: #B9D698;
}
</style>
background-color css
<style>
a { background-color: #B9D698; }
a { background-color: rgb(185,214,152); }
div.DivClassName
{
background-color: #B9D698;
}
.BgClassName
{
background-color: #B9D698;
}
</style>
border-color css
<style>
span { border-color: #B9D698; }
span { border-color: rgb(185,214,152); }
td.TdClassName
{
border-color: #B9D698;
}
.TagClassName
{
border-color: #B9D698;
}
</style>