Shades of Sprout #BAD18C
Tints of Sprout #BAD18C
RGB
CMYK
RGB Variations
Color information
#BAD18C (or 0xBAD18C) is known color: Sprout. HEX triplet: BA, D1 and 8C. RGB value is (186,209,140). Sum of RGB (Red+Green+Blue) = 186+209+140=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD18C is #452E73. Grayscale: #C2C2C2. Windows color (decimal): -4533876 or 9228730. OLE color: 9228730.
HSL color Cylindrical-coordinate representation of color #BAD18C: hue angle of 80º 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 #BAD18C is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 140 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.18 |
| HSL | 80º | 0.43% | 0.68% | - |
| HSV(B) | 80º | 0.33% | 0.82% | - |
| XYZ | 47.78 | 57.93 | 33.47 | - |
| YUV | 194.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 140 | 0.11 | 0 | 0.33 | 0.18 | 80 | 0.43 | 0.68 |
| Hex | BA | D1 | 8C | B | 0 | 21 | 12 | 50 | 2B | 44 |
| Octal | 272 | 321 | 214 | 13 | 0 | 41 | 22 | 120 | 53 | 104 |
| Binary | 10111010 | 11010001 | 10001100 | 1011 | 0 | 100001 | 10010 | 1010000 | 101011 | 1000100 |
Color Harmonies of #BAD18C
Complementary color
Monochromatic Colors of #BAD18C
Black with #BAD18C
Text Example
Text Example
White with #BAD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD18C; }
p { color: rgb(186,209,140); }
H1.HeaderClassName
{
color: #BAD18C;
}
.AnyTagClassName
{
color: #BAD18C;
}
</style>
background-color css
<style>
a { background-color: #BAD18C; }
a { background-color: rgb(186,209,140); }
div.DivClassName
{
background-color: #BAD18C;
}
.BgClassName
{
background-color: #BAD18C;
}
</style>
border-color css
<style>
span { border-color: #BAD18C; }
span { border-color: rgb(186,209,140); }
td.TdClassName
{
border-color: #BAD18C;
}
.TagClassName
{
border-color: #BAD18C;
}
</style>