Shades of Sprout #B4C99E
Tints of Sprout #B4C99E
RGB
CMYK
RGB Variations
Color information
#B4C99E (or 0xB4C99E) is known color: Sprout. HEX triplet: B4, C9 and 9E. RGB value is (180,201,158). Sum of RGB (Red+Green+Blue) = 180+201+158=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C99E is #4B3661. Grayscale: #BDBDBD. Windows color (decimal): -4929122 or 10406324. OLE color: 10406324.
HSL color Cylindrical-coordinate representation of color #B4C99E: hue angle of 89.3º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4C99E is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 201 | 158 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.21 |
| HSL | 89.3º | 0.28% | 0.7% | - |
| HSV(B) | 89.3º | 0.21% | 0.79% | - |
| XYZ | 45.88 | 53.95 | 40.34 | - |
| YUV | 189.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 201 | 158 | 0.10 | 0 | 0.21 | 0.21 | 89.3 | 0.28 | 0.7 |
| Hex | B4 | C9 | 9E | A | 0 | 15 | 15 | 59 | 1C | 46 |
| Octal | 264 | 311 | 236 | 12 | 0 | 25 | 25 | 131 | 34 | 106 |
| Binary | 10110100 | 11001001 | 10011110 | 1010 | 0 | 10101 | 10101 | 1011001 | 11100 | 1000110 |
Color Harmonies of #B4C99E
Complementary color
Monochromatic Colors of #B4C99E
Black with #B4C99E
Text Example
Text Example
White with #B4C99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C99E; }
p { color: rgb(180,201,158); }
H1.HeaderClassName
{
color: #B4C99E;
}
.AnyTagClassName
{
color: #B4C99E;
}
</style>
background-color css
<style>
a { background-color: #B4C99E; }
a { background-color: rgb(180,201,158); }
div.DivClassName
{
background-color: #B4C99E;
}
.BgClassName
{
background-color: #B4C99E;
}
</style>
border-color css
<style>
span { border-color: #B4C99E; }
span { border-color: rgb(180,201,158); }
td.TdClassName
{
border-color: #B4C99E;
}
.TagClassName
{
border-color: #B4C99E;
}
</style>