Shades of Sprout #B7D29B
Tints of Sprout #B7D29B
RGB
CMYK
RGB Variations
Color information
#B7D29B (or 0xB7D29B) is known color: Sprout. HEX triplet: B7, D2 and 9B. RGB value is (183,210,155). Sum of RGB (Red+Green+Blue) = 183+210+155=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D29B is #482D64. Grayscale: #C3C3C3. Windows color (decimal): -4730213 or 10212023. OLE color: 10212023.
HSL color Cylindrical-coordinate representation of color #B7D29B: hue angle of 89.45º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7D29B is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 155 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.18 |
| HSL | 89.45º | 0.38% | 0.72% | - |
| HSV(B) | 89.45º | 0.26% | 0.82% | - |
| XYZ | 48.49 | 58.53 | 39.75 | - |
| YUV | 195.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 155 | 0.13 | 0 | 0.26 | 0.18 | 89.45 | 0.38 | 0.72 |
| Hex | B7 | D2 | 9B | D | 0 | 1A | 12 | 59 | 26 | 48 |
| Octal | 267 | 322 | 233 | 15 | 0 | 32 | 22 | 131 | 46 | 110 |
| Binary | 10110111 | 11010010 | 10011011 | 1101 | 0 | 11010 | 10010 | 1011001 | 100110 | 1001000 |
Color Harmonies of #B7D29B
Complementary color
Monochromatic Colors of #B7D29B
Black with #B7D29B
Text Example
Text Example
White with #B7D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D29B; }
p { color: rgb(183,210,155); }
H1.HeaderClassName
{
color: #B7D29B;
}
.AnyTagClassName
{
color: #B7D29B;
}
</style>
background-color css
<style>
a { background-color: #B7D29B; }
a { background-color: rgb(183,210,155); }
div.DivClassName
{
background-color: #B7D29B;
}
.BgClassName
{
background-color: #B7D29B;
}
</style>
border-color css
<style>
span { border-color: #B7D29B; }
span { border-color: rgb(183,210,155); }
td.TdClassName
{
border-color: #B7D29B;
}
.TagClassName
{
border-color: #B7D29B;
}
</style>