Shades of Sprout #B7C29B
Tints of Sprout #B7C29B
RGB
CMYK
RGB Variations
Color information
#B7C29B (or 0xB7C29B) is known color: Sprout. HEX triplet: B7, C2 and 9B. RGB value is (183,194,155). Sum of RGB (Red+Green+Blue) = 183+194+155=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C29B is #483D64. Grayscale: #BABABA. Windows color (decimal): -4734309 or 10207927. OLE color: 10207927.
HSL color Cylindrical-coordinate representation of color #B7C29B: hue angle of 76.92º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7C29B is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 194 | 155 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.24 |
| HSL | 76.92º | 0.24% | 0.68% | - |
| HSV(B) | 76.92º | 0.2% | 0.76% | - |
| XYZ | 44.74 | 51.02 | 38.5 | - |
| YUV | 186.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 155 | 0.06 | 0 | 0.20 | 0.24 | 76.92 | 0.24 | 0.68 |
| Hex | B7 | C2 | 9B | 6 | 0 | 14 | 18 | 4D | 18 | 44 |
| Octal | 267 | 302 | 233 | 6 | 0 | 24 | 30 | 115 | 30 | 104 |
| Binary | 10110111 | 11000010 | 10011011 | 110 | 0 | 10100 | 11000 | 1001101 | 11000 | 1000100 |
Color Harmonies of #B7C29B
Complementary color
Monochromatic Colors of #B7C29B
Black with #B7C29B
Text Example
Text Example
White with #B7C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C29B; }
p { color: rgb(183,194,155); }
H1.HeaderClassName
{
color: #B7C29B;
}
.AnyTagClassName
{
color: #B7C29B;
}
</style>
background-color css
<style>
a { background-color: #B7C29B; }
a { background-color: rgb(183,194,155); }
div.DivClassName
{
background-color: #B7C29B;
}
.BgClassName
{
background-color: #B7C29B;
}
</style>
border-color css
<style>
span { border-color: #B7C29B; }
span { border-color: rgb(183,194,155); }
td.TdClassName
{
border-color: #B7C29B;
}
.TagClassName
{
border-color: #B7C29B;
}
</style>