Shades of Sprout #BAD092
Tints of Sprout #BAD092
RGB
CMYK
RGB Variations
Color information
#BAD092 (or 0xBAD092) is known color: Sprout. HEX triplet: BA, D0 and 92. RGB value is (186,208,146). Sum of RGB (Red+Green+Blue) = 186+208+146=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD092 is #452F6D. Grayscale: #C2C2C2. Windows color (decimal): -4534126 or 9621690. OLE color: 9621690.
HSL color Cylindrical-coordinate representation of color #BAD092: hue angle of 81.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAD092 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 146 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.18 |
| HSL | 81.29º | 0.4% | 0.69% | - |
| HSV(B) | 81.29º | 0.3% | 0.82% | - |
| XYZ | 47.99 | 57.63 | 35.79 | - |
| YUV | 194.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 146 | 0.11 | 0 | 0.30 | 0.18 | 81.29 | 0.4 | 0.69 |
| Hex | BA | D0 | 92 | B | 0 | 1E | 12 | 51 | 28 | 45 |
| Octal | 272 | 320 | 222 | 13 | 0 | 36 | 22 | 121 | 50 | 105 |
| Binary | 10111010 | 11010000 | 10010010 | 1011 | 0 | 11110 | 10010 | 1010001 | 101000 | 1000101 |
Color Harmonies of #BAD092
Complementary color
Monochromatic Colors of #BAD092
Black with #BAD092
Text Example
Text Example
White with #BAD092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD092; }
p { color: rgb(186,208,146); }
H1.HeaderClassName
{
color: #BAD092;
}
.AnyTagClassName
{
color: #BAD092;
}
</style>
background-color css
<style>
a { background-color: #BAD092; }
a { background-color: rgb(186,208,146); }
div.DivClassName
{
background-color: #BAD092;
}
.BgClassName
{
background-color: #BAD092;
}
</style>
border-color css
<style>
span { border-color: #BAD092; }
span { border-color: rgb(186,208,146); }
td.TdClassName
{
border-color: #BAD092;
}
.TagClassName
{
border-color: #BAD092;
}
</style>