Shades of Sprout #B4C898
Tints of Sprout #B4C898
RGB
CMYK
RGB Variations
Color information
#B4C898 (or 0xB4C898) is known color: Sprout. HEX triplet: B4, C8 and 98. RGB value is (180,200,152). Sum of RGB (Red+Green+Blue) = 180+200+152=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C898 is #4B3767. Grayscale: #BCBCBC. Windows color (decimal): -4929384 or 10012852. OLE color: 10012852.
HSL color Cylindrical-coordinate representation of color #B4C898: hue angle of 85º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4C898 is Cyan = 0.1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 152 | - |
| CMYK | 0.1 | 0 | 0.24 | 0.22 |
| HSL | 85º | 0.3% | 0.69% | - |
| HSV(B) | 85º | 0.24% | 0.78% | - |
| XYZ | 45.14 | 53.28 | 37.61 | - |
| YUV | 188.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 152 | 0.1 | 0 | 0.24 | 0.22 | 85 | 0.3 | 0.69 |
| Hex | B4 | C8 | 98 | A | 0 | 18 | 16 | 55 | 1E | 45 |
| Octal | 264 | 310 | 230 | 12 | 0 | 30 | 26 | 125 | 36 | 105 |
| Binary | 10110100 | 11001000 | 10011000 | 1010 | 0 | 11000 | 10110 | 1010101 | 11110 | 1000101 |
Color Harmonies of #B4C898
Complementary color
Monochromatic Colors of #B4C898
Black with #B4C898
Text Example
Text Example
White with #B4C898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C898; }
p { color: rgb(180,200,152); }
H1.HeaderClassName
{
color: #B4C898;
}
.AnyTagClassName
{
color: #B4C898;
}
</style>
background-color css
<style>
a { background-color: #B4C898; }
a { background-color: rgb(180,200,152); }
div.DivClassName
{
background-color: #B4C898;
}
.BgClassName
{
background-color: #B4C898;
}
</style>
border-color css
<style>
span { border-color: #B4C898; }
span { border-color: rgb(180,200,152); }
td.TdClassName
{
border-color: #B4C898;
}
.TagClassName
{
border-color: #B4C898;
}
</style>