Shades of Sprout #B8C498
Tints of Sprout #B8C498
RGB
CMYK
RGB Variations
Color information
#B8C498 (or 0xB8C498) is known color: Sprout. HEX triplet: B8, C4 and 98. RGB value is (184,196,152). Sum of RGB (Red+Green+Blue) = 184+196+152=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C498 is #473B67. Grayscale: #BBBBBB. Windows color (decimal): -4668264 or 10011832. OLE color: 10011832.
HSL color Cylindrical-coordinate representation of color #B8C498: hue angle of 76.36º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8C498 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 152 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.23 |
| HSL | 76.36º | 0.27% | 0.68% | - |
| HSV(B) | 76.36º | 0.22% | 0.77% | - |
| XYZ | 45.17 | 51.94 | 37.35 | - |
| YUV | 187.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 152 | 0.06 | 0 | 0.22 | 0.23 | 76.36 | 0.27 | 0.68 |
| Hex | B8 | C4 | 98 | 6 | 0 | 16 | 17 | 4C | 1B | 44 |
| Octal | 270 | 304 | 230 | 6 | 0 | 26 | 27 | 114 | 33 | 104 |
| Binary | 10111000 | 11000100 | 10011000 | 110 | 0 | 10110 | 10111 | 1001100 | 11011 | 1000100 |
Color Harmonies of #B8C498
Complementary color
Monochromatic Colors of #B8C498
Black with #B8C498
Text Example
Text Example
White with #B8C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C498; }
p { color: rgb(184,196,152); }
H1.HeaderClassName
{
color: #B8C498;
}
.AnyTagClassName
{
color: #B8C498;
}
</style>
background-color css
<style>
a { background-color: #B8C498; }
a { background-color: rgb(184,196,152); }
div.DivClassName
{
background-color: #B8C498;
}
.BgClassName
{
background-color: #B8C498;
}
</style>
border-color css
<style>
span { border-color: #B8C498; }
span { border-color: rgb(184,196,152); }
td.TdClassName
{
border-color: #B8C498;
}
.TagClassName
{
border-color: #B8C498;
}
</style>