Shades of Sprout #BACDA0
Tints of Sprout #BACDA0
RGB
CMYK
RGB Variations
Color information
#BACDA0 (or 0xBACDA0) is known color: Sprout. HEX triplet: BA, CD and A0. RGB value is (186,205,160). Sum of RGB (Red+Green+Blue) = 186+205+160=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDA0 is #45325F. Grayscale: #C2C2C2. Windows color (decimal): -4534880 or 10538426. OLE color: 10538426.
HSL color Cylindrical-coordinate representation of color #BACDA0: hue angle of 85.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BACDA0 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 160 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.20 |
| HSL | 85.33º | 0.31% | 0.72% | - |
| HSV(B) | 85.33º | 0.22% | 0.8% | - |
| XYZ | 48.43 | 56.64 | 41.64 | - |
| YUV | 194.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 160 | 0.09 | 0 | 0.22 | 0.20 | 85.33 | 0.31 | 0.72 |
| Hex | BA | CD | A0 | 9 | 0 | 16 | 14 | 55 | 1F | 48 |
| Octal | 272 | 315 | 240 | 11 | 0 | 26 | 24 | 125 | 37 | 110 |
| Binary | 10111010 | 11001101 | 10100000 | 1001 | 0 | 10110 | 10100 | 1010101 | 11111 | 1001000 |
Color Harmonies of #BACDA0
Complementary color
Monochromatic Colors of #BACDA0
Black with #BACDA0
Text Example
Text Example
White with #BACDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDA0; }
p { color: rgb(186,205,160); }
H1.HeaderClassName
{
color: #BACDA0;
}
.AnyTagClassName
{
color: #BACDA0;
}
</style>
background-color css
<style>
a { background-color: #BACDA0; }
a { background-color: rgb(186,205,160); }
div.DivClassName
{
background-color: #BACDA0;
}
.BgClassName
{
background-color: #BACDA0;
}
</style>
border-color css
<style>
span { border-color: #BACDA0; }
span { border-color: rgb(186,205,160); }
td.TdClassName
{
border-color: #BACDA0;
}
.TagClassName
{
border-color: #BACDA0;
}
</style>