Shades of Sprout #B8C29C
Tints of Sprout #B8C29C
RGB
CMYK
RGB Variations
Color information
#B8C29C (or 0xB8C29C) is known color: Sprout. HEX triplet: B8, C2 and 9C. RGB value is (184,194,156). Sum of RGB (Red+Green+Blue) = 184+194+156=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C29C is #473D63. Grayscale: #BABABA. Windows color (decimal): -4668772 or 10273464. OLE color: 10273464.
HSL color Cylindrical-coordinate representation of color #B8C29C: hue angle of 75.79º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8C29C is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 156 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.24 |
| HSL | 75.79º | 0.24% | 0.69% | - |
| HSV(B) | 75.79º | 0.2% | 0.76% | - |
| XYZ | 45.06 | 51.17 | 38.96 | - |
| YUV | 186.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 156 | 0.05 | 0 | 0.20 | 0.24 | 75.79 | 0.24 | 0.69 |
| Hex | B8 | C2 | 9C | 5 | 0 | 14 | 18 | 4C | 18 | 45 |
| Octal | 270 | 302 | 234 | 5 | 0 | 24 | 30 | 114 | 30 | 105 |
| Binary | 10111000 | 11000010 | 10011100 | 101 | 0 | 10100 | 11000 | 1001100 | 11000 | 1000101 |
Color Harmonies of #B8C29C
Complementary color
Monochromatic Colors of #B8C29C
Black with #B8C29C
Text Example
Text Example
White with #B8C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C29C; }
p { color: rgb(184,194,156); }
H1.HeaderClassName
{
color: #B8C29C;
}
.AnyTagClassName
{
color: #B8C29C;
}
</style>
background-color css
<style>
a { background-color: #B8C29C; }
a { background-color: rgb(184,194,156); }
div.DivClassName
{
background-color: #B8C29C;
}
.BgClassName
{
background-color: #B8C29C;
}
</style>
border-color css
<style>
span { border-color: #B8C29C; }
span { border-color: rgb(184,194,156); }
td.TdClassName
{
border-color: #B8C29C;
}
.TagClassName
{
border-color: #B8C29C;
}
</style>