Shades of Sprout #B8C29F
Tints of Sprout #B8C29F
RGB
CMYK
RGB Variations
Color information
#B8C29F (or 0xB8C29F) is known color: Sprout. HEX triplet: B8, C2 and 9F. RGB value is (184,194,159). Sum of RGB (Red+Green+Blue) = 184+194+159=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C29F is #473D60. Grayscale: #BBBBBB. Windows color (decimal): -4668769 or 10470072. OLE color: 10470072.
HSL color Cylindrical-coordinate representation of color #B8C29F: hue angle of 77.14º 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 #B8C29F is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 159 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.24 |
| HSL | 77.14º | 0.22% | 0.69% | - |
| HSV(B) | 77.14º | 0.18% | 0.76% | - |
| XYZ | 45.32 | 51.28 | 40.31 | - |
| YUV | 187.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 159 | 0.05 | 0 | 0.18 | 0.24 | 77.14 | 0.22 | 0.69 |
| Hex | B8 | C2 | 9F | 5 | 0 | 12 | 18 | 4D | 16 | 45 |
| Octal | 270 | 302 | 237 | 5 | 0 | 22 | 30 | 115 | 26 | 105 |
| Binary | 10111000 | 11000010 | 10011111 | 101 | 0 | 10010 | 11000 | 1001101 | 10110 | 1000101 |
Color Harmonies of #B8C29F
Complementary color
Monochromatic Colors of #B8C29F
Black with #B8C29F
Text Example
Text Example
White with #B8C29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C29F; }
p { color: rgb(184,194,159); }
H1.HeaderClassName
{
color: #B8C29F;
}
.AnyTagClassName
{
color: #B8C29F;
}
</style>
background-color css
<style>
a { background-color: #B8C29F; }
a { background-color: rgb(184,194,159); }
div.DivClassName
{
background-color: #B8C29F;
}
.BgClassName
{
background-color: #B8C29F;
}
</style>
border-color css
<style>
span { border-color: #B8C29F; }
span { border-color: rgb(184,194,159); }
td.TdClassName
{
border-color: #B8C29F;
}
.TagClassName
{
border-color: #B8C29F;
}
</style>