Shades of Sprout #B4D997
Tints of Sprout #B4D997
RGB
CMYK
RGB Variations
Color information
#B4D997 (or 0xB4D997) is known color: Sprout. HEX triplet: B4, D9 and 97. RGB value is (180,217,151). Sum of RGB (Red+Green+Blue) = 180+217+151=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D997 is #4B2668. Grayscale: #C6C6C6. Windows color (decimal): -4925033 or 9951668. OLE color: 9951668.
HSL color Cylindrical-coordinate representation of color #B4D997: hue angle of 93.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4D997 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 151 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.15 |
| HSL | 93.64º | 0.46% | 0.72% | - |
| HSV(B) | 93.64º | 0.3% | 0.85% | - |
| XYZ | 49.22 | 61.56 | 38.57 | - |
| YUV | 198.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 151 | 0.17 | 0 | 0.30 | 0.15 | 93.64 | 0.46 | 0.72 |
| Hex | B4 | D9 | 97 | 11 | 0 | 1E | F | 5E | 2E | 48 |
| Octal | 264 | 331 | 227 | 21 | 0 | 36 | 17 | 136 | 56 | 110 |
| Binary | 10110100 | 11011001 | 10010111 | 10001 | 0 | 11110 | 1111 | 1011110 | 101110 | 1001000 |
Color Harmonies of #B4D997
Complementary color
Monochromatic Colors of #B4D997
Black with #B4D997
Text Example
Text Example
White with #B4D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D997; }
p { color: rgb(180,217,151); }
H1.HeaderClassName
{
color: #B4D997;
}
.AnyTagClassName
{
color: #B4D997;
}
</style>
background-color css
<style>
a { background-color: #B4D997; }
a { background-color: rgb(180,217,151); }
div.DivClassName
{
background-color: #B4D997;
}
.BgClassName
{
background-color: #B4D997;
}
</style>
border-color css
<style>
span { border-color: #B4D997; }
span { border-color: rgb(180,217,151); }
td.TdClassName
{
border-color: #B4D997;
}
.TagClassName
{
border-color: #B4D997;
}
</style>