Shades of Sprout #B9D48C
Tints of Sprout #B9D48C
RGB
CMYK
RGB Variations
Color information
#B9D48C (or 0xB9D48C) is known color: Sprout. HEX triplet: B9, D4 and 8C. RGB value is (185,212,140). Sum of RGB (Red+Green+Blue) = 185+212+140=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D48C is #462B73. Grayscale: #C3C3C3. Windows color (decimal): -4598644 or 9229497. OLE color: 9229497.
HSL color Cylindrical-coordinate representation of color #B9D48C: hue angle of 82.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9D48C is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 212 | 140 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.17 |
| HSL | 82.5º | 0.46% | 0.69% | - |
| HSV(B) | 82.5º | 0.34% | 0.83% | - |
| XYZ | 48.28 | 59.29 | 33.71 | - |
| YUV | 195.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 212 | 140 | 0.13 | 0 | 0.34 | 0.17 | 82.5 | 0.46 | 0.69 |
| Hex | B9 | D4 | 8C | D | 0 | 22 | 11 | 52 | 2E | 45 |
| Octal | 271 | 324 | 214 | 15 | 0 | 42 | 21 | 122 | 56 | 105 |
| Binary | 10111001 | 11010100 | 10001100 | 1101 | 0 | 100010 | 10001 | 1010010 | 101110 | 1000101 |
Color Harmonies of #B9D48C
Complementary color
Monochromatic Colors of #B9D48C
Black with #B9D48C
Text Example
Text Example
White with #B9D48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D48C; }
p { color: rgb(185,212,140); }
H1.HeaderClassName
{
color: #B9D48C;
}
.AnyTagClassName
{
color: #B9D48C;
}
</style>
background-color css
<style>
a { background-color: #B9D48C; }
a { background-color: rgb(185,212,140); }
div.DivClassName
{
background-color: #B9D48C;
}
.BgClassName
{
background-color: #B9D48C;
}
</style>
border-color css
<style>
span { border-color: #B9D48C; }
span { border-color: rgb(185,212,140); }
td.TdClassName
{
border-color: #B9D48C;
}
.TagClassName
{
border-color: #B9D48C;
}
</style>