Shades of Sprout #B6DB92
Tints of Sprout #B6DB92
RGB
CMYK
RGB Variations
Color information
#B6DB92 (or 0xB6DB92) is known color: Sprout. HEX triplet: B6, DB and 92. RGB value is (182,219,146). Sum of RGB (Red+Green+Blue) = 182+219+146=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DB92 is #49246D. Grayscale: #C7C7C7. Windows color (decimal): -4793454 or 9624502. OLE color: 9624502.
HSL color Cylindrical-coordinate representation of color #B6DB92: hue angle of 90.41º degrees, saturation: 0.5, 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 #B6DB92 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 146 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.14 |
| HSL | 90.41º | 0.5% | 0.72% | - |
| HSV(B) | 90.41º | 0.33% | 0.86% | - |
| XYZ | 49.81 | 62.68 | 36.67 | - |
| YUV | 199.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 146 | 0.17 | 0 | 0.33 | 0.14 | 90.41 | 0.5 | 0.72 |
| Hex | B6 | DB | 92 | 11 | 0 | 21 | E | 5A | 32 | 48 |
| Octal | 266 | 333 | 222 | 21 | 0 | 41 | 16 | 132 | 62 | 110 |
| Binary | 10110110 | 11011011 | 10010010 | 10001 | 0 | 100001 | 1110 | 1011010 | 110010 | 1001000 |
Color Harmonies of #B6DB92
Complementary color
Monochromatic Colors of #B6DB92
Black with #B6DB92
Text Example
Text Example
White with #B6DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB92; }
p { color: rgb(182,219,146); }
H1.HeaderClassName
{
color: #B6DB92;
}
.AnyTagClassName
{
color: #B6DB92;
}
</style>
background-color css
<style>
a { background-color: #B6DB92; }
a { background-color: rgb(182,219,146); }
div.DivClassName
{
background-color: #B6DB92;
}
.BgClassName
{
background-color: #B6DB92;
}
</style>
border-color css
<style>
span { border-color: #B6DB92; }
span { border-color: rgb(182,219,146); }
td.TdClassName
{
border-color: #B6DB92;
}
.TagClassName
{
border-color: #B6DB92;
}
</style>