Shades of Sprout #B4C79F
Tints of Sprout #B4C79F
RGB
CMYK
RGB Variations
Color information
#B4C79F (or 0xB4C79F) is known color: Sprout. HEX triplet: B4, C7 and 9F. RGB value is (180,199,159). Sum of RGB (Red+Green+Blue) = 180+199+159=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C79F is #4B3860. Grayscale: #BCBCBC. Windows color (decimal): -4929633 or 10471348. OLE color: 10471348.
HSL color Cylindrical-coordinate representation of color #B4C79F: hue angle of 88.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4C79F is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 199 | 159 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.22 |
| HSL | 88.5º | 0.26% | 0.7% | - |
| HSV(B) | 88.5º | 0.2% | 0.78% | - |
| XYZ | 45.5 | 53.05 | 40.64 | - |
| YUV | 188.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 159 | 0.10 | 0 | 0.20 | 0.22 | 88.5 | 0.26 | 0.7 |
| Hex | B4 | C7 | 9F | A | 0 | 14 | 16 | 58 | 1A | 46 |
| Octal | 264 | 307 | 237 | 12 | 0 | 24 | 26 | 130 | 32 | 106 |
| Binary | 10110100 | 11000111 | 10011111 | 1010 | 0 | 10100 | 10110 | 1011000 | 11010 | 1000110 |
Color Harmonies of #B4C79F
Complementary color
Monochromatic Colors of #B4C79F
Black with #B4C79F
Text Example
Text Example
White with #B4C79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C79F; }
p { color: rgb(180,199,159); }
H1.HeaderClassName
{
color: #B4C79F;
}
.AnyTagClassName
{
color: #B4C79F;
}
</style>
background-color css
<style>
a { background-color: #B4C79F; }
a { background-color: rgb(180,199,159); }
div.DivClassName
{
background-color: #B4C79F;
}
.BgClassName
{
background-color: #B4C79F;
}
</style>
border-color css
<style>
span { border-color: #B4C79F; }
span { border-color: rgb(180,199,159); }
td.TdClassName
{
border-color: #B4C79F;
}
.TagClassName
{
border-color: #B4C79F;
}
</style>