Shades of Sprout #B7C29F
Tints of Sprout #B7C29F
RGB
CMYK
RGB Variations
Color information
#B7C29F (or 0xB7C29F) is known color: Sprout. HEX triplet: B7, C2 and 9F. RGB value is (183,194,159). Sum of RGB (Red+Green+Blue) = 183+194+159=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C29F is #483D60. Grayscale: #BABABA. Windows color (decimal): -4734305 or 10470071. OLE color: 10470071.
HSL color Cylindrical-coordinate representation of color #B7C29F: hue angle of 78.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7C29F is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 194 | 159 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.24 |
| HSL | 78.86º | 0.22% | 0.69% | - |
| HSV(B) | 78.86º | 0.18% | 0.76% | - |
| XYZ | 45.08 | 51.15 | 40.3 | - |
| YUV | 186.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 159 | 0.06 | 0 | 0.18 | 0.24 | 78.86 | 0.22 | 0.69 |
| Hex | B7 | C2 | 9F | 6 | 0 | 12 | 18 | 4F | 16 | 45 |
| Octal | 267 | 302 | 237 | 6 | 0 | 22 | 30 | 117 | 26 | 105 |
| Binary | 10110111 | 11000010 | 10011111 | 110 | 0 | 10010 | 11000 | 1001111 | 10110 | 1000101 |
Color Harmonies of #B7C29F
Complementary color
Monochromatic Colors of #B7C29F
Black with #B7C29F
Text Example
Text Example
White with #B7C29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C29F; }
p { color: rgb(183,194,159); }
H1.HeaderClassName
{
color: #B7C29F;
}
.AnyTagClassName
{
color: #B7C29F;
}
</style>
background-color css
<style>
a { background-color: #B7C29F; }
a { background-color: rgb(183,194,159); }
div.DivClassName
{
background-color: #B7C29F;
}
.BgClassName
{
background-color: #B7C29F;
}
</style>
border-color css
<style>
span { border-color: #B7C29F; }
span { border-color: rgb(183,194,159); }
td.TdClassName
{
border-color: #B7C29F;
}
.TagClassName
{
border-color: #B7C29F;
}
</style>