Shades of Sprout #BAD18B
Tints of Sprout #BAD18B
RGB
CMYK
RGB Variations
Color information
#BAD18B (or 0xBAD18B) is known color: Sprout. HEX triplet: BA, D1 and 8B. RGB value is (186,209,139). Sum of RGB (Red+Green+Blue) = 186+209+139=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD18B is #452E74. Grayscale: #C2C2C2. Windows color (decimal): -4533877 or 9163194. OLE color: 9163194.
HSL color Cylindrical-coordinate representation of color #BAD18B: hue angle of 79.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAD18B is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 139 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.18 |
| HSL | 79.71º | 0.43% | 0.68% | - |
| HSV(B) | 79.71º | 0.33% | 0.82% | - |
| XYZ | 47.71 | 57.9 | 33.09 | - |
| YUV | 194.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 139 | 0.11 | 0 | 0.33 | 0.18 | 79.71 | 0.43 | 0.68 |
| Hex | BA | D1 | 8B | B | 0 | 21 | 12 | 50 | 2B | 44 |
| Octal | 272 | 321 | 213 | 13 | 0 | 41 | 22 | 120 | 53 | 104 |
| Binary | 10111010 | 11010001 | 10001011 | 1011 | 0 | 100001 | 10010 | 1010000 | 101011 | 1000100 |
Color Harmonies of #BAD18B
Complementary color
Monochromatic Colors of #BAD18B
Black with #BAD18B
Text Example
Text Example
White with #BAD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD18B; }
p { color: rgb(186,209,139); }
H1.HeaderClassName
{
color: #BAD18B;
}
.AnyTagClassName
{
color: #BAD18B;
}
</style>
background-color css
<style>
a { background-color: #BAD18B; }
a { background-color: rgb(186,209,139); }
div.DivClassName
{
background-color: #BAD18B;
}
.BgClassName
{
background-color: #BAD18B;
}
</style>
border-color css
<style>
span { border-color: #BAD18B; }
span { border-color: rgb(186,209,139); }
td.TdClassName
{
border-color: #BAD18B;
}
.TagClassName
{
border-color: #BAD18B;
}
</style>