Shades of Sprout #BAD38A
Tints of Sprout #BAD38A
RGB
CMYK
RGB Variations
Color information
#BAD38A (or 0xBAD38A) is known color: Sprout. HEX triplet: BA, D3 and 8A. RGB value is (186,211,138). Sum of RGB (Red+Green+Blue) = 186+211+138=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD38A is #452C75. Grayscale: #C3C3C3. Windows color (decimal): -4533366 or 9098170. OLE color: 9098170.
HSL color Cylindrical-coordinate representation of color #BAD38A: hue angle of 80.55º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAD38A is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 138 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.17 |
| HSL | 80.55º | 0.45% | 0.68% | - |
| HSV(B) | 80.55º | 0.35% | 0.83% | - |
| XYZ | 48.13 | 58.86 | 32.87 | - |
| YUV | 195.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 138 | 0.12 | 0 | 0.35 | 0.17 | 80.55 | 0.45 | 0.68 |
| Hex | BA | D3 | 8A | C | 0 | 23 | 11 | 51 | 2D | 44 |
| Octal | 272 | 323 | 212 | 14 | 0 | 43 | 21 | 121 | 55 | 104 |
| Binary | 10111010 | 11010011 | 10001010 | 1100 | 0 | 100011 | 10001 | 1010001 | 101101 | 1000100 |
Color Harmonies of #BAD38A
Complementary color
Monochromatic Colors of #BAD38A
Black with #BAD38A
Text Example
Text Example
White with #BAD38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD38A; }
p { color: rgb(186,211,138); }
H1.HeaderClassName
{
color: #BAD38A;
}
.AnyTagClassName
{
color: #BAD38A;
}
</style>
background-color css
<style>
a { background-color: #BAD38A; }
a { background-color: rgb(186,211,138); }
div.DivClassName
{
background-color: #BAD38A;
}
.BgClassName
{
background-color: #BAD38A;
}
</style>
border-color css
<style>
span { border-color: #BAD38A; }
span { border-color: rgb(186,211,138); }
td.TdClassName
{
border-color: #BAD38A;
}
.TagClassName
{
border-color: #BAD38A;
}
</style>