Shades of Sprout #BAD68B
Tints of Sprout #BAD68B
RGB
CMYK
RGB Variations
Color information
#BAD68B (or 0xBAD68B) is known color: Sprout. HEX triplet: BA, D6 and 8B. RGB value is (186,214,139). Sum of RGB (Red+Green+Blue) = 186+214+139=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD68B is #452974. Grayscale: #C5C5C5. Windows color (decimal): -4532597 or 9164474. OLE color: 9164474.
HSL color Cylindrical-coordinate representation of color #BAD68B: hue angle of 82.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAD68B is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 139 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.16 |
| HSL | 82.4º | 0.48% | 0.69% | - |
| HSV(B) | 82.4º | 0.35% | 0.84% | - |
| XYZ | 48.96 | 60.4 | 33.5 | - |
| YUV | 197.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 139 | 0.13 | 0 | 0.35 | 0.16 | 82.4 | 0.48 | 0.69 |
| Hex | BA | D6 | 8B | D | 0 | 23 | 10 | 52 | 30 | 45 |
| Octal | 272 | 326 | 213 | 15 | 0 | 43 | 20 | 122 | 60 | 105 |
| Binary | 10111010 | 11010110 | 10001011 | 1101 | 0 | 100011 | 10000 | 1010010 | 110000 | 1000101 |
Color Harmonies of #BAD68B
Complementary color
Monochromatic Colors of #BAD68B
Black with #BAD68B
Text Example
Text Example
White with #BAD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD68B; }
p { color: rgb(186,214,139); }
H1.HeaderClassName
{
color: #BAD68B;
}
.AnyTagClassName
{
color: #BAD68B;
}
</style>
background-color css
<style>
a { background-color: #BAD68B; }
a { background-color: rgb(186,214,139); }
div.DivClassName
{
background-color: #BAD68B;
}
.BgClassName
{
background-color: #BAD68B;
}
</style>
border-color css
<style>
span { border-color: #BAD68B; }
span { border-color: rgb(186,214,139); }
td.TdClassName
{
border-color: #BAD68B;
}
.TagClassName
{
border-color: #BAD68B;
}
</style>