Shades of Sprout #BADB92
Tints of Sprout #BADB92
RGB
CMYK
RGB Variations
Color information
#BADB92 (or 0xBADB92) is known color: Sprout. HEX triplet: BA, DB and 92. RGB value is (186,219,146). Sum of RGB (Red+Green+Blue) = 186+219+146=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB92 is #45246D. Grayscale: #C9C9C9. Windows color (decimal): -4531310 or 9624506. OLE color: 9624506.
HSL color Cylindrical-coordinate representation of color #BADB92: hue angle of 87.12º 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 #BADB92 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 146 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.14 |
| HSL | 87.12º | 0.5% | 0.72% | - |
| HSV(B) | 87.12º | 0.33% | 0.86% | - |
| XYZ | 50.77 | 63.18 | 36.71 | - |
| YUV | 200.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 146 | 0.15 | 0 | 0.33 | 0.14 | 87.12 | 0.5 | 0.72 |
| Hex | BA | DB | 92 | F | 0 | 21 | E | 57 | 32 | 48 |
| Octal | 272 | 333 | 222 | 17 | 0 | 41 | 16 | 127 | 62 | 110 |
| Binary | 10111010 | 11011011 | 10010010 | 1111 | 0 | 100001 | 1110 | 1010111 | 110010 | 1001000 |
Color Harmonies of #BADB92
Complementary color
Monochromatic Colors of #BADB92
Black with #BADB92
Text Example
Text Example
White with #BADB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB92; }
p { color: rgb(186,219,146); }
H1.HeaderClassName
{
color: #BADB92;
}
.AnyTagClassName
{
color: #BADB92;
}
</style>
background-color css
<style>
a { background-color: #BADB92; }
a { background-color: rgb(186,219,146); }
div.DivClassName
{
background-color: #BADB92;
}
.BgClassName
{
background-color: #BADB92;
}
</style>
border-color css
<style>
span { border-color: #BADB92; }
span { border-color: rgb(186,219,146); }
td.TdClassName
{
border-color: #BADB92;
}
.TagClassName
{
border-color: #BADB92;
}
</style>