Shades of Sprout #B4C89D
Tints of Sprout #B4C89D
RGB
CMYK
RGB Variations
Color information
#B4C89D (or 0xB4C89D) is known color: Sprout. HEX triplet: B4, C8 and 9D. RGB value is (180,200,157). Sum of RGB (Red+Green+Blue) = 180+200+157=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C89D is #4B3762. Grayscale: #BDBDBD. Windows color (decimal): -4929379 or 10340532. OLE color: 10340532.
HSL color Cylindrical-coordinate representation of color #B4C89D: hue angle of 87.91º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4C89D is Cyan = 0.1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 157 | - |
| CMYK | 0.1 | 0 | 0.22 | 0.22 |
| HSL | 87.91º | 0.28% | 0.7% | - |
| HSV(B) | 87.91º | 0.22% | 0.78% | - |
| XYZ | 45.56 | 53.45 | 39.81 | - |
| YUV | 189.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 157 | 0.1 | 0 | 0.22 | 0.22 | 87.91 | 0.28 | 0.7 |
| Hex | B4 | C8 | 9D | A | 0 | 16 | 16 | 58 | 1C | 46 |
| Octal | 264 | 310 | 235 | 12 | 0 | 26 | 26 | 130 | 34 | 106 |
| Binary | 10110100 | 11001000 | 10011101 | 1010 | 0 | 10110 | 10110 | 1011000 | 11100 | 1000110 |
Color Harmonies of #B4C89D
Complementary color
Monochromatic Colors of #B4C89D
Black with #B4C89D
Text Example
Text Example
White with #B4C89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C89D; }
p { color: rgb(180,200,157); }
H1.HeaderClassName
{
color: #B4C89D;
}
.AnyTagClassName
{
color: #B4C89D;
}
</style>
background-color css
<style>
a { background-color: #B4C89D; }
a { background-color: rgb(180,200,157); }
div.DivClassName
{
background-color: #B4C89D;
}
.BgClassName
{
background-color: #B4C89D;
}
</style>
border-color css
<style>
span { border-color: #B4C89D; }
span { border-color: rgb(180,200,157); }
td.TdClassName
{
border-color: #B4C89D;
}
.TagClassName
{
border-color: #B4C89D;
}
</style>