Shades of Sprout #B4C899
Tints of Sprout #B4C899
RGB
CMYK
RGB Variations
Color information
#B4C899 (or 0xB4C899) is known color: Sprout. HEX triplet: B4, C8 and 99. RGB value is (180,200,153). Sum of RGB (Red+Green+Blue) = 180+200+153=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C899 is #4B3766. Grayscale: #BCBCBC. Windows color (decimal): -4929383 or 10078388. OLE color: 10078388.
HSL color Cylindrical-coordinate representation of color #B4C899: hue angle of 85.53º 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 #B4C899 is Cyan = 0.1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 153 | - |
| CMYK | 0.1 | 0 | 0.24 | 0.22 |
| HSL | 85.53º | 0.3% | 0.69% | - |
| HSV(B) | 85.53º | 0.24% | 0.78% | - |
| XYZ | 45.23 | 53.31 | 38.04 | - |
| YUV | 188.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 153 | 0.1 | 0 | 0.24 | 0.22 | 85.53 | 0.3 | 0.69 |
| Hex | B4 | C8 | 99 | A | 0 | 18 | 16 | 56 | 1E | 45 |
| Octal | 264 | 310 | 231 | 12 | 0 | 30 | 26 | 126 | 36 | 105 |
| Binary | 10110100 | 11001000 | 10011001 | 1010 | 0 | 11000 | 10110 | 1010110 | 11110 | 1000101 |
Color Harmonies of #B4C899
Complementary color
Monochromatic Colors of #B4C899
Black with #B4C899
Text Example
Text Example
White with #B4C899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C899; }
p { color: rgb(180,200,153); }
H1.HeaderClassName
{
color: #B4C899;
}
.AnyTagClassName
{
color: #B4C899;
}
</style>
background-color css
<style>
a { background-color: #B4C899; }
a { background-color: rgb(180,200,153); }
div.DivClassName
{
background-color: #B4C899;
}
.BgClassName
{
background-color: #B4C899;
}
</style>
border-color css
<style>
span { border-color: #B4C899; }
span { border-color: rgb(180,200,153); }
td.TdClassName
{
border-color: #B4C899;
}
.TagClassName
{
border-color: #B4C899;
}
</style>