Shades of Sprout #B5DB94
Tints of Sprout #B5DB94
RGB
CMYK
RGB Variations
Color information
#B5DB94 (or 0xB5DB94) is known color: Sprout. HEX triplet: B5, DB and 94. RGB value is (181,219,148). Sum of RGB (Red+Green+Blue) = 181+219+148=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB94 is #4A246B. Grayscale: #C7C7C7. Windows color (decimal): -4858988 or 9755573. OLE color: 9755573.
HSL color Cylindrical-coordinate representation of color #B5DB94: hue angle of 92.11º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5DB94 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 148 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.14 |
| HSL | 92.11º | 0.5% | 0.72% | - |
| HSV(B) | 92.11º | 0.32% | 0.86% | - |
| XYZ | 49.73 | 62.62 | 37.48 | - |
| YUV | 199.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 148 | 0.17 | 0 | 0.32 | 0.14 | 92.11 | 0.5 | 0.72 |
| Hex | B5 | DB | 94 | 11 | 0 | 20 | E | 5C | 32 | 48 |
| Octal | 265 | 333 | 224 | 21 | 0 | 40 | 16 | 134 | 62 | 110 |
| Binary | 10110101 | 11011011 | 10010100 | 10001 | 0 | 100000 | 1110 | 1011100 | 110010 | 1001000 |
Color Harmonies of #B5DB94
Complementary color
Monochromatic Colors of #B5DB94
Black with #B5DB94
Text Example
Text Example
White with #B5DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB94; }
p { color: rgb(181,219,148); }
H1.HeaderClassName
{
color: #B5DB94;
}
.AnyTagClassName
{
color: #B5DB94;
}
</style>
background-color css
<style>
a { background-color: #B5DB94; }
a { background-color: rgb(181,219,148); }
div.DivClassName
{
background-color: #B5DB94;
}
.BgClassName
{
background-color: #B5DB94;
}
</style>
border-color css
<style>
span { border-color: #B5DB94; }
span { border-color: rgb(181,219,148); }
td.TdClassName
{
border-color: #B5DB94;
}
.TagClassName
{
border-color: #B5DB94;
}
</style>