Shades of Sprout #B7D694
Tints of Sprout #B7D694
RGB
CMYK
RGB Variations
Color information
#B7D694 (or 0xB7D694) is known color: Sprout. HEX triplet: B7, D6 and 94. RGB value is (183,214,148). Sum of RGB (Red+Green+Blue) = 183+214+148=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D694 is #48296B. Grayscale: #C5C5C5. Windows color (decimal): -4729196 or 9754295. OLE color: 9754295.
HSL color Cylindrical-coordinate representation of color #B7D694: hue angle of 88.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7D694 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 148 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.16 |
| HSL | 88.18º | 0.45% | 0.71% | - |
| HSV(B) | 88.18º | 0.31% | 0.84% | - |
| XYZ | 48.92 | 60.3 | 37.08 | - |
| YUV | 197.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 148 | 0.14 | 0 | 0.31 | 0.16 | 88.18 | 0.45 | 0.71 |
| Hex | B7 | D6 | 94 | E | 0 | 1F | 10 | 58 | 2D | 47 |
| Octal | 267 | 326 | 224 | 16 | 0 | 37 | 20 | 130 | 55 | 107 |
| Binary | 10110111 | 11010110 | 10010100 | 1110 | 0 | 11111 | 10000 | 1011000 | 101101 | 1000111 |
Color Harmonies of #B7D694
Complementary color
Monochromatic Colors of #B7D694
Black with #B7D694
Text Example
Text Example
White with #B7D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D694; }
p { color: rgb(183,214,148); }
H1.HeaderClassName
{
color: #B7D694;
}
.AnyTagClassName
{
color: #B7D694;
}
</style>
background-color css
<style>
a { background-color: #B7D694; }
a { background-color: rgb(183,214,148); }
div.DivClassName
{
background-color: #B7D694;
}
.BgClassName
{
background-color: #B7D694;
}
</style>
border-color css
<style>
span { border-color: #B7D694; }
span { border-color: rgb(183,214,148); }
td.TdClassName
{
border-color: #B7D694;
}
.TagClassName
{
border-color: #B7D694;
}
</style>