Shades of Sprout #B9DC94
Tints of Sprout #B9DC94
RGB
CMYK
RGB Variations
Color information
#B9DC94 (or 0xB9DC94) is known color: Sprout. HEX triplet: B9, DC and 94. RGB value is (185,220,148). Sum of RGB (Red+Green+Blue) = 185+220+148=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC94 is #46236B. Grayscale: #C9C9C9. Windows color (decimal): -4596588 or 9755833. OLE color: 9755833.
HSL color Cylindrical-coordinate representation of color #B9DC94: hue angle of 89.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9DC94 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 148 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.14 |
| HSL | 89.17º | 0.51% | 0.72% | - |
| HSV(B) | 89.17º | 0.33% | 0.86% | - |
| XYZ | 50.95 | 63.64 | 37.62 | - |
| YUV | 201.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 148 | 0.16 | 0 | 0.33 | 0.14 | 89.17 | 0.51 | 0.72 |
| Hex | B9 | DC | 94 | 10 | 0 | 21 | E | 59 | 33 | 48 |
| Octal | 271 | 334 | 224 | 20 | 0 | 41 | 16 | 131 | 63 | 110 |
| Binary | 10111001 | 11011100 | 10010100 | 10000 | 0 | 100001 | 1110 | 1011001 | 110011 | 1001000 |
Color Harmonies of #B9DC94
Complementary color
Monochromatic Colors of #B9DC94
Black with #B9DC94
Text Example
Text Example
White with #B9DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC94; }
p { color: rgb(185,220,148); }
H1.HeaderClassName
{
color: #B9DC94;
}
.AnyTagClassName
{
color: #B9DC94;
}
</style>
background-color css
<style>
a { background-color: #B9DC94; }
a { background-color: rgb(185,220,148); }
div.DivClassName
{
background-color: #B9DC94;
}
.BgClassName
{
background-color: #B9DC94;
}
</style>
border-color css
<style>
span { border-color: #B9DC94; }
span { border-color: rgb(185,220,148); }
td.TdClassName
{
border-color: #B9DC94;
}
.TagClassName
{
border-color: #B9DC94;
}
</style>