Shades of Sprout #BAD49A
Tints of Sprout #BAD49A
RGB
CMYK
RGB Variations
Color information
#BAD49A (or 0xBAD49A) is known color: Sprout. HEX triplet: BA, D4 and 9A. RGB value is (186,212,154). Sum of RGB (Red+Green+Blue) = 186+212+154=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD49A is #452B65. Grayscale: #C5C5C5. Windows color (decimal): -4533094 or 10147002. OLE color: 10147002.
HSL color Cylindrical-coordinate representation of color #BAD49A: hue angle of 86.9º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAD49A is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 154 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.17 |
| HSL | 86.9º | 0.4% | 0.72% | - |
| HSV(B) | 86.9º | 0.27% | 0.83% | - |
| XYZ | 49.63 | 59.86 | 39.51 | - |
| YUV | 197.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 154 | 0.12 | 0 | 0.27 | 0.17 | 86.9 | 0.4 | 0.72 |
| Hex | BA | D4 | 9A | C | 0 | 1B | 11 | 57 | 28 | 48 |
| Octal | 272 | 324 | 232 | 14 | 0 | 33 | 21 | 127 | 50 | 110 |
| Binary | 10111010 | 11010100 | 10011010 | 1100 | 0 | 11011 | 10001 | 1010111 | 101000 | 1001000 |
Color Harmonies of #BAD49A
Complementary color
Monochromatic Colors of #BAD49A
Black with #BAD49A
Text Example
Text Example
White with #BAD49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD49A; }
p { color: rgb(186,212,154); }
H1.HeaderClassName
{
color: #BAD49A;
}
.AnyTagClassName
{
color: #BAD49A;
}
</style>
background-color css
<style>
a { background-color: #BAD49A; }
a { background-color: rgb(186,212,154); }
div.DivClassName
{
background-color: #BAD49A;
}
.BgClassName
{
background-color: #BAD49A;
}
</style>
border-color css
<style>
span { border-color: #BAD49A; }
span { border-color: rgb(186,212,154); }
td.TdClassName
{
border-color: #BAD49A;
}
.TagClassName
{
border-color: #BAD49A;
}
</style>