Shades of Sprout #BAD095
Tints of Sprout #BAD095
RGB
CMYK
RGB Variations
Color information
#BAD095 (or 0xBAD095) is known color: Sprout. HEX triplet: BA, D0 and 95. RGB value is (186,208,149). Sum of RGB (Red+Green+Blue) = 186+208+149=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD095 is #452F6A. Grayscale: #C2C2C2. Windows color (decimal): -4534123 or 9818298. OLE color: 9818298.
HSL color Cylindrical-coordinate representation of color #BAD095: hue angle of 82.37º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAD095 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 149 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.18 |
| HSL | 82.37º | 0.39% | 0.7% | - |
| HSV(B) | 82.37º | 0.28% | 0.82% | - |
| XYZ | 48.23 | 57.72 | 37.03 | - |
| YUV | 194.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 149 | 0.11 | 0 | 0.28 | 0.18 | 82.37 | 0.39 | 0.7 |
| Hex | BA | D0 | 95 | B | 0 | 1C | 12 | 52 | 27 | 46 |
| Octal | 272 | 320 | 225 | 13 | 0 | 34 | 22 | 122 | 47 | 106 |
| Binary | 10111010 | 11010000 | 10010101 | 1011 | 0 | 11100 | 10010 | 1010010 | 100111 | 1000110 |
Color Harmonies of #BAD095
Complementary color
Monochromatic Colors of #BAD095
Black with #BAD095
Text Example
Text Example
White with #BAD095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD095; }
p { color: rgb(186,208,149); }
H1.HeaderClassName
{
color: #BAD095;
}
.AnyTagClassName
{
color: #BAD095;
}
</style>
background-color css
<style>
a { background-color: #BAD095; }
a { background-color: rgb(186,208,149); }
div.DivClassName
{
background-color: #BAD095;
}
.BgClassName
{
background-color: #BAD095;
}
</style>
border-color css
<style>
span { border-color: #BAD095; }
span { border-color: rgb(186,208,149); }
td.TdClassName
{
border-color: #BAD095;
}
.TagClassName
{
border-color: #BAD095;
}
</style>