Shades of Sprout #B7D68D
Tints of Sprout #B7D68D
RGB
CMYK
RGB Variations
Color information
#B7D68D (or 0xB7D68D) is known color: Sprout. HEX triplet: B7, D6 and 8D. RGB value is (183,214,141). Sum of RGB (Red+Green+Blue) = 183+214+141=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D68D is #482972. Grayscale: #C4C4C4. Windows color (decimal): -4729203 or 9295543. OLE color: 9295543.
HSL color Cylindrical-coordinate representation of color #B7D68D: hue angle of 85.48º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7D68D is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 141 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.16 |
| HSL | 85.48º | 0.47% | 0.7% | - |
| HSV(B) | 85.48º | 0.34% | 0.84% | - |
| XYZ | 48.38 | 60.08 | 34.25 | - |
| YUV | 196.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 141 | 0.14 | 0 | 0.34 | 0.16 | 85.48 | 0.47 | 0.7 |
| Hex | B7 | D6 | 8D | E | 0 | 22 | 10 | 55 | 2F | 46 |
| Octal | 267 | 326 | 215 | 16 | 0 | 42 | 20 | 125 | 57 | 106 |
| Binary | 10110111 | 11010110 | 10001101 | 1110 | 0 | 100010 | 10000 | 1010101 | 101111 | 1000110 |
Color Harmonies of #B7D68D
Complementary color
Monochromatic Colors of #B7D68D
Black with #B7D68D
Text Example
Text Example
White with #B7D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D68D; }
p { color: rgb(183,214,141); }
H1.HeaderClassName
{
color: #B7D68D;
}
.AnyTagClassName
{
color: #B7D68D;
}
</style>
background-color css
<style>
a { background-color: #B7D68D; }
a { background-color: rgb(183,214,141); }
div.DivClassName
{
background-color: #B7D68D;
}
.BgClassName
{
background-color: #B7D68D;
}
</style>
border-color css
<style>
span { border-color: #B7D68D; }
span { border-color: rgb(183,214,141); }
td.TdClassName
{
border-color: #B7D68D;
}
.TagClassName
{
border-color: #B7D68D;
}
</style>